kaven-basic - v6.0.0
    Preparing search index...

    Function ArrayClone

    • Creates a shallow copy of the provided array.

      Type Parameters

      • T

      Parameters

      • array: T[]

        The array to clone.

      Returns T[]

      A new array containing the same elements as the input array.

      2.0.2

      2025-06-21