Parameter Make0_with_creators.T
val fold : t -> init:'acc -> f:('acc -> Elt.t -> 'acc) -> 'accval iter : [ `Custom of t -> f:(Elt.t -> unit) -> unit | `Define_using_fold ]val length : [ `Custom of t -> int | `Define_using_fold ]val of_array : Elt.t array -> t