Write.flush

returns 0 on success, -1 on error; forces a write of still unwritten data.

struct Write
int function(void* stream) @(nogc) nothrow flush;

Meta