An input range that iterates over the bytes of data decoded from a Base64 encoded string.
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 decoded byte.
Saves the current iteration state.
See Implementation
An input range that iterates over the bytes of data decoded from a Base64 encoded string.
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.