Function toMany

  • Convert a once-like iterable to many.

    Type Parameters

    • T

    Parameters

    • x: Iterable<T>

      an iterable

    • now: boolean = false

      consume immediately? [false]

    Returns Iterable<T>

    x' | x' = x; x' can be iterated multiple times

Generated using TypeDoc