Prelude API
    Preparing search index...

    Function array

    • Converts an iterable to an array.

      Type Parameters

      • T

      Parameters

      • values: Iterable<T>

        The iterable to convert to an array

      Returns T[]

      An array containing all elements from the iterable