Function slice

  • Creates a new vector from the index and index+1 elements of an array.

    Parameters

    • array: number[]
    • index: number

    Returns Vec

Generated using TypeDoc