Skip to content

routier-collection


routier-collection / core/src / IdSet

Class: IdSet ​

Defined in: core/src/collections/IdSet.ts:3

Constructors ​

Constructor ​

new IdSet(...ids): IdSet

Defined in: core/src/collections/IdSet.ts:7

Parameters ​

ids ​

...IdType[]

Returns ​

IdSet

Properties ​

ids ​

readonly ids: readonly IdType[]

Defined in: core/src/collections/IdSet.ts:5

Methods ​

equals() ​

equals(other): boolean

Defined in: core/src/collections/IdSet.ts:11

Parameters ​

other ​

IdSet

Returns ​

boolean


toString() ​

toString(): string

Defined in: core/src/collections/IdSet.ts:20

Returns ​

string

Released under the MIT License.