Module Indexable.String_foldable

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