Parses a partial dCBOR pattern expression, returning the parsed pattern
and the number of characters consumed.
Unlike parse(), this function succeeds even if additional characters
follow the first pattern. The returned index points to the first unparsed
character after the pattern.
Parses a partial dCBOR pattern expression, returning the parsed pattern and the number of characters consumed.
Unlike
parse(), this function succeeds even if additional characters follow the first pattern. The returned index points to the first unparsed character after the pattern.