gwr/parser/convention_parser

Functions

pub fn parse_vector(
  from reader: BinaryReader,
  with parse_element: fn(BinaryReader) ->
    Result(#(BinaryReader, a), String),
) -> Result(#(BinaryReader, List(a)), String)
Search Document