struct Gdbmish::Read::AsciiDataIterator(I)

Overview

Iterates over data and returns decoded key/value pairs.

Included Modules

Defined in:

gdbmish/read.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(io : I) #

[View source]

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.


[View source]