Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MakeAbstractSet_Methods<T, AddArgs>

Utility type for MakeAbstractSet's type signature.

Type Parameters

  • T

  • AddArgs extends unknown[] = [T]

Hierarchy

  • MakeAbstractSet_Methods

Index

Methods

  • [iterator](): IterableIterator<T>
  • clear(): void
  • Calls delete on every value in the set.

    Override this method if you want to optimize this behavior.

    Returns void

  • forEach(callbackfn: ((value: T, value2: T, set: MakeAbstractSet_Methods<T, AddArgs>) => void), thisArg?: any): void
  • toString(): string

Generated using TypeDoc