doddle
    Preparing search index...

    Type Alias ElementOfInput<SeqLike>

    ElementOfInput: SeqLike extends Seq.Input<infer Element> ? Element : never

    An iteratee that receives only the index and returns a value or promise of a value.

    ℹ️ Useful for operations that depend solely on element position.

    Type Parameters

    • SeqLike

    The output type.