神岛 API 文档 - ArenaPro版
    Preparing search index...

    Interface SetConstructor

    interface SetConstructor {
        new SetConstructor<T = any>(values?: readonly T[]): Set<T>;
        new SetConstructor<T>(iterable?: Iterable<T, any, any>): Set<T>;
        new SetConstructor<T = any>(values?: readonly T[]): Set<T>;
        new SetConstructor<T>(iterable?: Iterable<T, any, any>): Set<T>;
        "[species]": SetConstructor;
        prototype: Set<any>;
    }
    Index

    Constructors

    Properties

    Constructors

    • Type Parameters

      • T = any

      Parameters

      • Optionalvalues: readonly T[]

      Returns Set<T>

    • Type Parameters

      • T

      Parameters

      Returns Set<T>

    • Type Parameters

      • T = any

      Parameters

      • Optionalvalues: readonly T[]

      Returns Set<T>

    • Type Parameters

      • T

      Parameters

      Returns Set<T>

    Properties

    "[species]": SetConstructor
    prototype: Set<any>