OutputRangeSource.OutputRangeSource

Undocumented in source.
template OutputRangeSource(El = void)
package
@source!El(Method.push)
struct OutputRangeSource (
alias Context
A...
) {}

Members

Aliases

E
alias E = OutputElementType
Undocumented in source.

Functions

put
void put(const(E)[] elements)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Context!A
Undocumented in source.

Meta