Function isMany

  • Check if an iterable can be iterated many times.

    Type Parameters

    • T

    Parameters

    • x: Iterable<T>

      an iterable

    Returns x is Iterable<T>

    x[<iterator>] ≠ x?

Generated using TypeDoc