Updated documentation
This commit is contained in:
@@ -54,6 +54,11 @@ Removes @racket[key] from the store and returns the object itself.
|
||||
Returns @racket[#t] if @racket[key] exists, and @racket[#f] otherwise.
|
||||
}
|
||||
|
||||
@defmethod[(count) number?]{
|
||||
|
||||
Returns the number of keys in the keystore.
|
||||
}
|
||||
|
||||
@defmethod[(glob [pattern string?]) (listof any/c)]{
|
||||
|
||||
Returns keys matching @racket[pattern].
|
||||
|
||||
Reference in New Issue
Block a user