Brassaia_index.Small_listThis API has the same semantics as that of List.
val empty : _ tval iter : f:('a -> unit) -> 'a t -> unitval exists : f:('a -> bool) -> 'a t -> boolval to_list : 'a t -> 'a listval of_list : 'a list -> 'a tval to_array : 'a t -> 'a arrayval find_map : f:('a -> 'b option) -> 'a t -> 'b optionval fold_left : f:('acc -> 'a -> 'acc) -> init:'acc -> 'a t -> 'acc