doddle
    Preparing search index...

    Type Alias SimpleInput<E>

    SimpleInput:
        | MaybeDoddle<IterableInput<E>>
        | DoddleAsync<IterableInput<E>>
        | ASeq.FunctionInput<E>

    The simplest allowed inputs for constructing an async sequence:

    • A possibly-doddle-wrapped iterable,
    • A DoddleAsync resolving to an iterable,
    • Or a function returning an iterable.

    Type Parameters

    • E

      The element type.