struct Bottle::Internal::SafeNDIter::OneD(T)

Included Modules

Defined in:

base/baseiter.cr

Constructors

Instance Method Summary

Instance methods inherited from module Bottle::Internal::NDIter(T)

next next, rewind(buffer : Pointer(T)) rewind

Constructor methods inherited from module Bottle::Internal::NDIter(T)

new(t : BaseArray(T)) new

Constructor Detail

def self.new(t : BaseArray(T)) #

[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]