Function fixedSizeArrayFromArray

  • Type Parameters

    • T

    • N extends number

    Parameters

    • length: N

      The length for the fixed size array.

    • array: T[]

      The array to try to convert.

    Returns FixedSizeArray<T, N> | null

    null if array is the incorrect size.

Generated using TypeDoc