class Crinja::Value::Iterator(T)
- Crinja::Value::Iterator(T)
- Reference
- Object
Included Modules
- Iterator(Crinja::Value)
- Iterator::IteratorWrapper
Defined in:
runtime/value.crConstructors
Instance Method Summary
- #==(other : Iterator)
-
#next : Value | Iterator::Stop
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements.
Constructor Detail
Instance Method Detail
Description copied from module Iterator(Crinja::Value)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.