Converts an Uint8Array to a StaticArray<u8>.
Uint8Array
StaticArray<u8>
The Uint8Array to be converted.
A StaticArray<u8> representation of the input Uint8Array.
Generated using TypeDoc
Converts an
Uint8Array
to aStaticArray<u8>
.