Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Set<V>

Type parameters

  • V

Hierarchy

  • Set

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Set(data?: Array<V>): Set

Properties

Private data

data: any = []

Methods

add

  • add(value: V): Set<V>

asArray

  • asArray(): Array<V>

clear

  • clear(): Set<V>

forEach

  • forEach(fn: any): Set<V>

has

  • has(value: V): boolean

Generated using TypeDoc