An input range that iterates over the decoded data of a range of Base64 encodings.
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 decoder function instead.
Advance to the next element in the input to be decoded.
Saves the current iteration state.
See Implementation
An input range that iterates over the decoded data of a range of Base64 encodings.
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 decoder function instead.