Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val current : 'a iterator -> string
val current_size : 'a iterator -> int
val next : 'a iterator -> unit
val close : 'a iterator -> unit
val iter : 'a conn -> f:(string -> int -> unit) -> string -> unit
val map : 'a conn -> f:(string -> int -> 'b) -> string -> 'b list
val fold : 'a conn -> f:(string -> int -> 'b -> 'b) -> string -> 'b -> 'b