IFmt.Labelled
Adapters of Fmt functions using labelled interfaces
Fmt
val iter : ?sep:unit t -> ('a -> f:('elt -> unit) -> unit) -> 'elt t -> 'a t
Fmt.iter using a Core-style labelled iterator function
Fmt.iter
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
Fmt.iter_bindings