Usage
out x
Signature
: (BinaryWriter, %) BinaryWriter
Parameter | Type | Description |
---|---|---|
out | BinaryWriter | an output stream |
x | % | a manipulator |
Returns
out x takes the action given by x on the stream out and returns the stream after the action.