• Creates a slice of array from start up to, but not including, end.

    Type Parameters

    • T

    Parameters

    • array: undefined | null | List<T>

      The array to slice.

    • Optional start: number

      The start position.

    • Optional end: number

      The end position.

    Returns T[]

    Returns the slice of array.

Generated using TypeDoc