class Crinja::Value::Iterator(T)

Included Modules

Defined in:

runtime/value.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(iterator : T) #

[View source]

Instance Method Detail

def ==(other : Iterator) #

[View source]
def next : Value | Iterator::Stop #
Description copied from module Iterator(Crinja::Value)

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.


[View source]