struct Bottle::Internal::IndexIter
- Bottle::Internal::IndexIter
- Struct
- Value
- Object
Included Modules
- Iterator(Array(Int32))
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.
Constructor Detail
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.