@traversable/schema
    Preparing search index...

    Interface Tuple<F, S>

    interface Tuple<F, S> {
        "[symbol_typeclass]"?: TypeConstructor.Tuple;
        "0": F;
        "1": S;
        "[iterator]"(): Iterator<F | S>;
    }

    Type Parameters

    • F
    • S

    Hierarchy (View Summary)

    Index

    Properties

    Methods

    Properties

    "[symbol_typeclass]"?: TypeConstructor.Tuple
    "0": F
    "1": S

    Methods

    • Returns Iterator<F | S>