Gleam - v1.0.2
    Preparing search index...

    Function chunk

    • Split an array into chunks of at most maxLength elements each. Throws when maxLength < 1.

      Type Parameters

      • T

      Parameters

      • array: readonly T[]
      • maxLength: number

      Returns T[][]