class Orc::Readers::IntegerReader

Defined in:

orc/readers/integer_reader.cr

Constructors

Instance Method Summary

Constructor Detail


[View source]

Instance Method Detail

def next #
Description copied from module Iterator(Int64)

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


[View source]