Skip to content

Latest commit

 

History

History
67 lines (35 loc) · 966 Bytes

collection.md

File metadata and controls

67 lines (35 loc) · 966 Bytes

dastal - v5.0.0 / Collection

Interface: Collection<T>

Type parameters

Name
T

Hierarchy

Table of contents

Properties

Methods

Properties

size

Readonly size: number

The number of elements in the collection.

Defined in

src/collection/collection.ts:5

Methods

[iterator]

[iterator](): Iterator<T, any, undefined>

Returns

Iterator<T, any, undefined>

Inherited from

Iterable.__@iterator@11

Defined in

node_modules/typescript/lib/lib.es2015.iterable.d.ts:51