Module Indexable.Array_foldable

val iter : ('a Indexable1_to_N(Array).elt -> unit) -> 'a Indexable1_to_N(Array).t -> unit
val iteri : (int -> 'a Indexable1_to_N(Array).elt -> unit) -> 'a Indexable1_to_N(Array).t -> unit
val fold_left : ('acc -> 'a Indexable1_to_N(Array).elt -> 'acc) -> 'acc -> 'a Indexable1_to_N(Array).t -> 'acc
val exists : ('a Indexable1_to_N(Array).elt -> bool) -> 'a Indexable1_to_N(Array).t -> bool
val for_all : ('a Indexable1_to_N(Array).elt -> bool) -> 'a Indexable1_to_N(Array).t -> bool
val is_empty : 'a Indexable1_to_N(Array).t -> bool