struct Bottle::Internal::IndexIter

Included Modules

Defined in:

base/baseiter.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(shape : Array(Int32)) #

[View source]

Instance Method Detail

def next #
Description copied from module Iterator(Array(Int32))

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


[View source]