Prelude API
    Preparing search index...

    Function of

    • Creates a generator that yields values from the input iterator or iterable. Acts as a utility for creating a generator from an existing iterable or iterator.

      Type Parameters

      • T

      Parameters

      • g: Iterator<T, any, any> | Iterable<T, any, any>

        An iterator or iterable to convert to a generator

      Returns Generator<T>

      A generator of values from the input

      Values from the input iterator or iterable