@corefunc/corefunc
    Preparing search index...

    Function arrayToSpliced

    • Type Parameters

      • T

      Parameters

      • array: T[]

        Array to spliced.

      • start: number

        Index at which to start changing the array.

      • deleteCount: number

        An integer indicating the number of old array elements to remove.

      • ...items: T[]

        The elements to add to the array, beginning at the start index.

      Returns T[]

      Returns a new array with the element at the specified index replaced by the given value.

      arrayToSpliced

      Array to spliced. Returns a new array with the element at the specified index replaced by the given value.

      0.3.62