Function bytesToNativeTypeArray

  • Deserialize a byte array into a native type array.

    Remarks

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

    See

    AssemblyScript array implementation

    Returns

    The converted native type array representation of the byte array.

    Type Parameters

    • T

    Parameters

    • source: StaticArray<number>

      The byte array to convert into a native type array.

    Returns T[]

Generated using TypeDoc