Stream.canFlush

Whether the stream can be flushed to disk.

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

Return Value

Type: bool

true if the stream may be flushed, false otherwise.

Meta