module Bottle::Internal::NDIter(T)

Included Modules

Direct including types

Defined in:

base/baseiter.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

abstract 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(buffer : Pointer(T)) #

[View source]