Index of values


(--) [MoreStream]
(--) [Sdflow]
(-|) [MoreStream]
(-|) [Sdflow]
(//) [MoreStream]
(//) [Sdflow]
(@.) [MoreStream]
(@.) [Sdflow]
(|-) [MoreStream]
(|-) [Sdflow]
(|>) [MoreStream]
(|>) [Sdflow]
(|||) [MoreStream]
(|||) [Sdflow]

A
apnd [MoreStream]
apnd [Sdflow]
append [LList]
Lazy append
append [MoreArray]
append [MoreList]
assoc [MoreList]
assq [MoreList]

B
blit [MoreString]
blit [MoreArray]
break [MoreStream]
break [Sdflow]

C
capitalize [MoreString]
circ [MoreStream]
circ [Sdflow]
comb [MoreStream]
comb [Sdflow]
combine [MoreList]
combn [MoreStream]
combn [Sdflow]
compare [MoreString]
concat [LList]
Lazy concatenation of a list of lazy lists
concat [MoreString]
concat [MoreArray]
concat [MoreStream]
concat [MoreList]
concat [Sdflow]
cons [MoreStream]
cons [Sdflow]
contains [MoreString]
contains_from [MoreString]
copy [MoreString]
copy [MoreArray]
create [MoreString]
create [MoreArray]
create_matrix [MoreArray]
curry [MoreStream]
curry [Sdflow]
cycle [MoreStream]
cycle [Sdflow]

D
do_while [MoreStream]
do_while [Sdflow]
drop [MoreStream]
drop [Sdflow]
drop_while [MoreStream]
drop_while [Sdflow]
dup [MoreStream]
dup [Sdflow]
dupn [MoreStream]
dupn [Sdflow]

E
eager_append [LList]
Evaluate a list and append another list after this one.
eager_of_list [LList]
Eager conversion from lists
enum [MoreStream]
enum [Sdflow]
escaped [MoreString]
exists [LList]
Eager existential.
exists [MoreList]
exists2 [MoreList]

F
farm [MoreStream]
farm [Sdflow]
fast_sort [MoreArray]
fast_sort [MoreList]
feedl [MoreStream]
feedl [Sdflow]
feedr [MoreStream]
feedr [Sdflow]
fill [MoreString]
fill [MoreArray]
filter [LList]
Lazy filtering.
filter [MoreString]
Extract characters validating a predicate
filter [MoreArray]
Build a subarray containing only elements verifying a predicate.
filter [MoreStream]
filter [MoreList]
filter [Sdflow]
find [MoreList]
find_all [MoreList]
flatten [LList]
Lazy concatenation of a lazy list of lazy lists
flatten [MoreArray]
Concatenate an array of arrays.
flatten [MoreStream]
Flatten a stream of streams into a stream
flatten [MoreList]
fold [MoreStream]
fold [Sdflow]
fold_left [LList]
Eager fold_left
fold_left [MoreArray]
fold_left [MoreList]
fold_left2 [MoreList]
fold_right [LList]
Eager fold_right
fold_right [MoreArray]
fold_right [MoreList]
fold_right2 [MoreList]
foldl [MoreStream]
foldl [Sdflow]
foldr [MoreStream]
foldr [Sdflow]
for_all [LList]
Eager universal.
for_all [MoreList]
for_all2 [MoreList]

G
get [MoreString]
get [MoreArray]
group [MoreStream]
group [Sdflow]

H
hd [LList]
Return the first element of the given list.
hd [MoreList]

I
id [MoreStream]
id [Sdflow]
index [MoreString]
index_from [MoreString]
init [MoreArray]
is_empty [MoreStream]
is_empty [Sdflow]
iter [LList]
Eeager iteration
iter [MoreString]
iter [MoreArray]
iter [MoreStream]
iter [MoreList]
iter [Sdflow]
iter2 [MoreList]
iteri [LList]
Eeager iteration, with indices
iteri [MoreArray]

L
length [LList]
Return the length (number of elements) of the given list.
length [MoreString]
length [MoreArray]
Identical to module Array
length [MoreList]
lowercase [MoreString]

M
make [MoreString]
make [MoreArray]
make_matrix [MoreArray]
map [LList]
Lazy map
map [MoreString]
Transform a character string into another one of the same size.
map [MoreArray]
map [MoreStream]
map [MoreList]
map [Sdflow]
map2 [MoreStream]
map2 [MoreList]
map2 [Sdflow]
map_filter [LList]
Lazily eliminate some elements and transform others.
map_filter [MoreString]
Drop some characters, transform others
map_filter [MoreArray]
Lazily eliminate some elements and transform others.
map_filter [MoreStream]
map_filter [MoreList]
Eliminate some elements and transform others.
map_fold [MoreStream]
map_fold [Sdflow]
mapi [MoreArray]
mem [MoreList]
mem_assoc [MoreList]
mem_assq [MoreList]
memq [MoreList]
merge [MoreStream]
merge [MoreList]
merge [Sdflow]
mergen [MoreStream]
mergen [Sdflow]

N
next [MoreStream]
next [Sdflow]
nil [LList]
The empty list.
nth [LList]
Return the nth element of the list.
nth [MoreList]

O
of_array [LList]
Lazy conversion from array
of_channel [MoreStream]
of_channel [Sdflow]
of_fun [MoreStream]
of_fun [Sdflow]
of_list [LList]
Lazy conversion from lists
of_list [MoreArray]
of_list [MoreStream]
of_list [Sdflow]
of_stream [LList]
Lazy conversion from stream.
of_string [MoreStream]
of_string [Sdflow]

P
partition [MoreList]
peek [MoreStream]
peek [Sdflow]

R
range [LList]
Compute lazily a range of integers a ..
range [MoreArray]
Compute a range of integers a ..
range [MoreStream]
Compute a range of integers a ..
range [MoreList]
Compute a range of integers a ..
rcontains_from [MoreString]
remove_assoc [MoreList]
remove_assq [MoreList]
repeat [MoreStream]
repeat [Sdflow]
rev [LList]
Eager list reversal.
rev [MoreList]
rev_append [LList]
Eager reverse-and-append
rev_append [MoreList]
rev_map [MoreList]
rev_map2 [MoreList]
rindex [MoreString]
rindex_from [MoreString]

S
safe_nth [MoreList]
Get the nth element of a list.
scan [MoreStream]
scan [Sdflow]
scanl [MoreStream]
scanl [Sdflow]
seq [MoreStream]
seq [Sdflow]
set [MoreString]
set [MoreArray]
sort [MoreArray]
sort [MoreList]
span [MoreStream]
span [Sdflow]
split [MoreStream]
split [MoreList]
split [Sdflow]
splitn [MoreStream]
splitn [Sdflow]
stable_sort [MoreArray]
stable_sort [MoreList]
sub [MoreString]
sub [MoreArray]
switch [MoreStream]
switch [Sdflow]
switchn [MoreStream]
switchn [Sdflow]

T
take [MoreStream]
take [Sdflow]
take_while [MoreStream]
take_while [Sdflow]
tl [LList]
Return the given list without its first element.
tl [MoreList]
to_array [LList]
Eager conversion to array.
to_array [MoreString]
Convert a string to an array of the same size
to_array [MoreArray]
Convert an array to itself.
to_array [MoreStream]
Convert to an array
to_array [MoreList]
Convert a list to an array.
to_channel [MoreStream]
to_channel [Sdflow]
to_fun [MoreStream]
to_fun [Sdflow]
to_lazylist [MoreString]
Lazily convert a string to a lazy list.
to_lazylist [MoreArray]
Convert an array to a lazy list.
to_lazylist [MoreStream]
to_lazylist [MoreList]
Convert a list to a lazy list.
to_list [LList]
Eager conversion to string.
to_list [MoreString]
Convert a string to a list
to_list [MoreArray]
to_list [MoreStream]
to_list [MoreList]
Convert a list to itself.
to_list [Sdflow]
to_stream [LList]
Lazy conversion to stream.
to_stream [MoreString]
Lazily convert a string to a stream.
to_stream [MoreArray]
Convert an array to a stream.
to_stream [MoreStream]
Convert a stream to itself.
to_stream [MoreList]
Convert a list to a stream.
to_string [MoreString]
Convert a string to itself.
to_string [MoreArray]
Convert an array to a string of the same size
to_string [MoreStream]
to_string [MoreList]
Convert a list of characters to a string
to_string [Sdflow]

U
uncapitalize [MoreString]
uncurry [MoreStream]
uncurry [Sdflow]
unsafe_blit [MoreString]
unsafe_fill [MoreString]
unsafe_get [MoreString]
unsafe_get [MoreArray]
unsafe_set [MoreString]
unsafe_set [MoreArray]
uppercase [MoreString]

W
while_do [MoreStream]
while_do [Sdflow]