unpack a numeric array (number[]) that's encoded in one of NumericArrayType byte representation. you must provide the array_length of the array being decoded, otherwise the decoder will unpack till the end of the buffer
number[]
array_length
Rest
unpack a numeric array (
number[]
) that's encoded in one of NumericArrayType byte representation. you must provide thearray_length
of the array being decoded, otherwise the decoder will unpack till the end of the buffer