IterableValue

Properties Summarized

TypeNameSummary

This returns a boolean if this was the last value (true) or not.

This is used in Iterators (for of loops) This returns the value of the current Iterable

Properties Detailed

done

This returns a boolean if this was the last value (true) or not.

Type Boolean

value

This is used in Iterators (for of loops) This returns the value of the current Iterable

Type Object


Last updated