@metreeca/core - v0.10.0
    Preparing search index...

    Type Alias Many<T>

    Many: readonly T[] | { "[iterator]"(): { next(): IteratorResult<T> } }

    Zero or more values of type T.

    Widens a parameter to any iterable a caller may have at hand: an array, a Set, a Map view, a generator.

    Type Parameters

    • T

      The type of the contained values