Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ArbitraryCollection<T>

Type parameters

  • T

Hierarchy

Index

Properties

Methods

Properties

size

size: number

Methods

__@iterator

  • __@iterator(): IterableIterator<T>

forEach

  • forEach(callbackfn: function, thisArg?: any): void

has

  • has(value: T): boolean

Generated using TypeDoc