Updated documentation
This commit is contained in:
@@ -64,6 +64,11 @@ the symbol @racket['ks-nil] is returned.
|
||||
Returns @racket[#t] if the key exists, and @racket[#f] otherwise.
|
||||
}
|
||||
|
||||
@defproc[(ks-key-count [ks keystore?]) number?]{
|
||||
|
||||
Returns the number of keys in the keystore.
|
||||
}
|
||||
|
||||
@defproc[(ks-drop! [ks keystore?] [key any/c]) boolean?]{
|
||||
|
||||
Removes the key from the store. The function always returns @racket[#t].
|
||||
|
||||
Reference in New Issue
Block a user