Creates an InputRange which lazily encodes source.
An InputRange to _encode.
An InputRange which iterates over source and lazily encodes it. If source is a ForwardRange, the returned range will be the same.
See Implementation
Creates an InputRange which lazily encodes source.