Iterable
Module | ejs |
Namespace | iterator |
Definition | class Iterable |
Inheritance | Iterable |
Iterable is a temporary interface until we have the IterableType structural type.
Properties
Qualifiers | Property | Type | Description |
---|---|---|---|
No properties defined |
Iterable Methods
Qualifiers | Method |
---|---|
get(deep: Boolean): Iterator | |
Get an Iterator. | |
getValues(deep: Boolean): Iterator |
Method Detail
Get an Iterator.
- Parameters
deep: Boolean Iterate over prototype properties when the Iterator calls next() [default: false]
- Returns
- An Iterator.