Decode.Dict_cursor
type t = Value.dict_cursor
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val length : t -> int
val current : t -> int * int
val consume : t -> unit
val to_array_of : (int -> int -> 'a) -> t -> 'a array
val to_list_of : (int -> int -> 'a) -> t -> 'a list