Stream.canWrite

Whether the stream can be written to.

class Stream
@nogc nothrow @safe abstract @property
bool
canWrite
()

Return Value

Type: bool

true if you can write data to the stream, false otherwise.

Meta