An input range that iterates over the encoded bytes of the given source data.
It will be a forward range if the underlying data source is at least a forward range.
Note: This struct is not intended to be created in user code directly; use the encoder function instead.
Advance to the next encoded character.
Save the current iteration state of the range.
See Implementation
An input range that iterates over the encoded bytes of the given source data.
It will be a forward range if the underlying data source is at least a forward range.
Note: This struct is not intended to be created in user code directly; use the encoder function instead.