typoe (pr9575)
svn: r10583
This commit is contained in:
parent
843ad2b39a
commit
f7d01b346c
|
@ -131,7 +131,7 @@ the elements of @scheme[vec] from @scheme[start-pos] (inclusive) to
|
||||||
@exnraise[exn:fail:contract].}
|
@exnraise[exn:fail:contract].}
|
||||||
|
|
||||||
@defproc[(build-vector [n exact-nonnegative-integer?]
|
@defproc[(build-vector [n exact-nonnegative-integer?]
|
||||||
[proc (exact-nonnegative-integer? . -> . any.c)])
|
[proc (exact-nonnegative-integer? . -> . any/c)])
|
||||||
vector?]{
|
vector?]{
|
||||||
|
|
||||||
Creates a vector of @scheme[n] elements by applying @scheme[proc] to
|
Creates a vector of @scheme[n] elements by applying @scheme[proc] to
|
||||||
|
|
Loading…
Reference in New Issue
Block a user