An input range that iterates over the respective Base64 encodings of a range of data items.
This range 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 the range to the next chunk of encoded data.
Save the current iteration state of the range.
See Implementation
An input range that iterates over the respective Base64 encodings of a range of data items.
This range 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.