Skip to main content

IndexedIterable<T>

Iterable that can be checked for the existence of a member.

Extends

  • Iterable<T>

Type Parameters

Type ParameterDefault type
Tunknown

Methods

[iterator]()

iterator: Iterator<T, any, any>

Returns

Iterator<T, any, any>

Inherited from

Iterable.[iterator]


has()

has(value): boolean

Parameters

ParameterType
valueT

Returns

boolean