IterableValue

Property Summary

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 Details

done

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

Returns Boolean

Sample

value

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

Returns Object

Sample

Last updated