OutputRange

Interface for an output range of type E. Usage is similar to the * InputRange interface and descendants.

interface OutputRange (
E
) {}

Members

Functions

put
void put(E )

Meta