= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package base
-
base
-
-
base.caml
-
base.md5
-
base.shadow_stdlib
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val empty : ('a, 'cmp) t
val singleton : 'a -> ('a, 'cmp) t
val of_list : 'a list -> ('a, 'cmp) t
val of_array : 'a array -> ('a, 'cmp) t
val of_sorted_array : 'a array -> ('a, 'cmp) t Or_error.t
val of_sorted_array_unchecked : 'a array -> ('a, 'cmp) t
val of_increasing_iterator_unchecked : len:int -> f:(int -> 'a) -> ('a, 'cmp) t