struct BytesIterator(I)
- BytesIterator(I)
- Struct
- Value
- Object
Included Modules
- Iterator(UInt8)
Defined in:
utils.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(UInt8)
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.