Interface Array<T>

Type Parameters

  • T

Hierarchy

  • Array

Methods

Methods

  • Breaks an array into n chunks. If the array size is not evenly divisible by n, the last chunk will hold the remainder.

    Parameters

    • n: number

      Number of chunks in which to split the array.

    Returns T[][]

Generated using TypeDoc