doddle
    Preparing search index...

    Type Alias ElementOfInput<T>

    ElementOfInput: T extends ASeq.Input<infer E> ? E : never

    Extracts the element type from a sequence-like input.

    ℹ️ Used to express the element type of a type parameter.

    Type Parameters

    • T

      The input sequence type.