StreamOutputRange.put - multiple declarations
- Function StreamOutputRange.put
- Function StreamOutputRange.put
- Function StreamOutputRange.put
- Function StreamOutputRange.put
- Function StreamOutputRange.put
- Function StreamOutputRange.put
Function StreamOutputRange.put
Prototype
void put(
ubyte bt
);
Function StreamOutputRange.put
Prototype
void put(
const(ubyte)[] bts
);
Function StreamOutputRange.put
Prototype
void put(
char elem
);
Function StreamOutputRange.put
Prototype
void put(
const(char)[] elems
);
Function StreamOutputRange.put
Prototype
void put(
dchar elem
);
Function StreamOutputRange.put
Prototype
void put(
const(dchar)[] elems
);
Authors
Sönke Ludwig
Copyright
© 2013 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.