• Convert linear array to an Array of Arrays

    Type Parameters

    • T

    Parameters

    • n: readonly T[]

      an array to convert

    • c: number

      number of elements in the array containing arrays

    • r: number

      number of elements in the arrays that are contained

    Returns ROArrayArray<T>

Generated using TypeDoc