Module IFmt.Labelled

Adapters of Fmt functions using labelled interfaces

val iter : ?sep:unit t -> ('a -> f:('elt -> unit) -> unit) -> 'elt t -> 'a t

Fmt.iter using a Core-style labelled iterator function

val iter_bindings : ?sep:unit t -> ('a -> f:(key:'key -> data:'data -> unit) -> unit) -> ('key * 'data) t -> 'a t

Fmt.iter_bindings using a Core-style (key, data) labelled iterator function