@traversable/schema
    Preparing search index...
    interface TupleWithRest<S = unknown> {
        items: readonly S[];
        rest: S;
        type: "tuple_with_rest";
    }

    Type Parameters

    • S = unknown
    Index

    Properties

    Properties

    items: readonly S[]
    rest: S
    type: "tuple_with_rest"