@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Variable bind_set_keysConst

    bind_set_keys: <
        S extends Set<unknown>,
        SB extends any[],
        SR extends SetIterator<unknown>,
    >(
        thisArg: S,
    ) => (...args: SB) => SR = ...

    binding function for Set.prototype.keys.

    Type declaration

      • <S extends Set<unknown>, SB extends any[], SR extends SetIterator<unknown>>(
            thisArg: S,
        ): (...args: SB) => SR
      • Type Parameters

        • S extends Set<unknown>
        • SB extends any[]
        • SR extends SetIterator<unknown>

        Parameters

        • thisArg: S

        Returns (...args: SB) => SR