Module iter

Module iter 

Source
Expand description

Iterator implementations for ByteArray

Provides controlled iteration over byte references

Structsยง

ByteArrayIter
Iterator over immutable references to bytes in a ByteArray.
ByteArrayIterMut
Iterator over mutable references to bytes in a ByteArray.