ts-iterable-functions
    Preparing search index...

    Interface SetFactory<TKey>

    interface SetFactory<TKey> {
        createSet(): Set<TKey>;
    }

    Type Parameters

    • TKey
    Index

    Methods

    Methods