The type to get a parser for.
The parser.
Check if the specified parser is dynamic, for the provided types. This is primarily used for parsing tuples, where
a tuple can be dynamic based on the types. For other parsers, it will simply use the set isDynamic
value.
The parser to check.
The type to check the parser with.
Whether the parser is dynamic.
Pack the provided values in a buffer, encoded with the specified types. If a buffer is specified, the resulting value will be concatenated with the buffer.
The types to use for encoding.
The values to encode.
The resulting encoded buffer.
Generated using TypeDoc
Get the parser for the specified type. This will throw if there is no parser for the specified type.