Small error and sl-store-head added.
This commit is contained in:
@@ -288,6 +288,15 @@ Returns a store containing the last @racket[count] entries. If
|
||||
@racket[count] is greater than the store length, all entries are returned.
|
||||
}
|
||||
|
||||
|
||||
@defproc[(sl-store-head [store any/c]
|
||||
[count exact-nonnegative-integer?])
|
||||
any/c]{
|
||||
|
||||
Returns a store containing the first @racket[count] entries. If
|
||||
@racket[count] is greater than the store length, all entries are returned.
|
||||
}
|
||||
|
||||
@section{Store examples}
|
||||
|
||||
@racketblock[
|
||||
|
||||
Reference in New Issue
Block a user