plebeia
Functional storage using Merkle Patricia tree
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package plebeia
-
plebeia
-
-
plebeia.msync
-
plebeia.test_utils
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
3 Test
val int : int -> int t
0..n-1
val int_range : (int * int) -> int t
Inclusive
val char : char t
Including non ASCIIs
val alpha_numeric : char t
0-9A-Za-z
val bool : bool t
val elements : 'a list -> 'a t
val nelements : int -> 'a list -> 'a list t
nelemennts n xs
chooses n
random elements from xs
. The order is preserved. It fails when n > List.length xs
.
val shuffle : 'a list -> 'a list t
val shuffle_inplace : 'a array -> unit t
val side : Segment.side t
ON THIS PAGE
No table of contents