Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IndexSet<Value>
    • ValueSet

Index

Constructors

constructor

  • Parameters

    • property: string
    • Optional ts: Iterable<Value>

    Returns ValueSet

Properties

Readonly property

property: string

Accessors

footprint

  • get footprint(): number

size

  • get size(): number

Methods

[Symbol.iterator]

  • [Symbol.iterator](): IterableIterator<T>

add

addAll

  • addAll(ts: Iterable<Value> | undefined): IndexSet<Value>

clear

  • clear(): void

construct

  • construct(ts: Iterable<Value> | undefined): IndexSet<Value>
  • Parameters

    • ts: Iterable<Value> | undefined

    Returns IndexSet<Value>

delete

  • delete(t: Value): boolean

deleteAll

  • deleteAll(ts: IndexMatch<Value> | undefined): IndexSet<Value>

getIndex

  • getIndex(value: Value): string
  • Parameters

    Returns string

has

value

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method
  • Protected method

Generated using TypeDoc. Delivered by Vercel. @m-ld/m-ld - v0.10.0-edge.9 Source code licensed MIT. Privacy policy