Module Decode.Dict_cursor

val length : t -> int
val current : t -> int * int
val consume : t -> unit
val get_key_value_and_consume : t -> Value.t * Value.t
val to_iter : t -> (Value.t * Value.t) Iter.t
val to_iter_of : t -> (int -> int -> 'a) -> 'a Iter.t
val to_array_of : (int -> int -> 'a) -> t -> 'a array
val to_list : t -> (Value.t * Value.t) list
val to_list_of : (int -> int -> 'a) -> t -> 'a list