pull/2/head
Matthew Butterick 10 years ago
parent aa57e3e4f2
commit 50880f0866

File diff suppressed because one or more lines are too long

@ -88,6 +88,9 @@ p, .SIntrapara {
line-height: 1.4;
}
.compact {
padding: 0 0 1em 0;
}
li {
list-style-position: outside;

@ -12,7 +12,7 @@
(len
[x (or/c list? vector? set? string? symbol? path? hash?)])
integer?]
Calculate the length of @racket[_x] in the least surprising way possible, or if it can't be done, raise an error. Named in honor of the original discover of the length-reticulation algorithm, Prof. Leonard Spottiswoode.
Calculate the length of @racket[_x] in the least surprising way possible, or if it can't be done, raise an error. Named in honor of the original discoverer of the length-reticulation algorithm, Prof. Leonard Spottiswoode.
@examples[#:eval my-eval
(len '(a b c))

Loading…
Cancel
Save