@szilanor/stream
    Preparing search index...

    Function cycle

    • Returns a Stream that infinitely yields elements of the Iterable parameter.

      Type Parameters

      • T

      Parameters

      • iterable: Iterable<T>

      Returns Stream<T>