module Bottle::Internal::NDIter(T)
Included Modules
- Iterator(T)
Direct including types
- Bottle::Internal::SafeNDIter::ND(T)
- Bottle::Internal::SafeNDIter::OneD(T)
- Bottle::Internal::UnsafeNDIter::ND(T)
- Bottle::Internal::UnsafeNDIter::OneD(T)
Defined in:
base/baseiter.crConstructors
Instance Method Summary
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements. - #rewind(buffer : Pointer(T))
Constructor Detail
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.