augment-vir - v31.40.0
    Preparing search index...

    Type Alias TupleIndexes<T>

    TupleIndexes: number extends T["length"] ? number : TupleIndexesRecursive<T>

    Extracts all the indexes of a tuple.

    Type Parameters

    • T extends readonly unknown[]