class Matrix::ItemIterator(T)

Included Modules

Defined in:

matrix.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(matrix : Matrix(T), row : Int32 = 0, col : Int32 = 0, directive : Symbol = :all) #

[View source]

Instance Method Detail

def next #
Description copied from module Iterator(T)

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


[View source]
def rewind #

[View source]