struct Gdbmish::Read::AsciiDataIterator(I)
- Gdbmish::Read::AsciiDataIterator(I)
- Struct
- Value
- Object
Overview
Iterates over data and returns decoded key/value pairs.
Included Modules
- Iterator({String, String?})
- Iterator::IteratorWrapper
Defined in:
gdbmish/read.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({String, String?})
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.