struct Bottle::Internal::UnsafeNDIter::OneD(T)
- Bottle::Internal::UnsafeNDIter::OneD(T)
- Struct
- Value
- Object
Included Modules
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.
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
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.