Decode.Array_cursor
type t = Value.array_cursor
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val length : t -> int
Number of items
val current : t -> int
Current offset in the cursor
val consume : t -> unit
Skip current offset, go to the next one
val to_array_of : (int -> 'a) -> t -> 'a array
val to_list_of : (int -> 'a) -> t -> 'a list