Function bytesToNativeTypeArray

  • Deserialize a byte array into a native type array.

    Type Parameters

    • T

    Parameters

    • source: StaticArray<number>

      The byte array to convert into a native type array.

    Returns T[]

    The converted native type array representation of the byte array.

    Remarks

    This function is inspired by the AssemblyScript standard library array implementation.

    See

    AssemblyScript array implementation

Generated using TypeDoc