Decodes single cbor value and tries to convert it to requested type. If types doesn't match CborException is thrown. Note, that this version will dup all arrays for you. Will modify input range, popping all the elements of T.
See Implementation
Decodes single cbor value and tries to convert it to requested type. If types doesn't match CborException is thrown. Note, that this version will dup all arrays for you. Will modify input range, popping all the elements of T.