MappingOutputStream.writeToStream

Undocumented in source. Be warned that the author may not have intended to support it.
struct MappingOutputStream(alias f, S)
writeToStream
if (
isSomeMappingFunction!(typeof(f))
&&
is(MappingFunctionReturnType!(typeof(f)) == StreamType!S)
)

Meta