IOutputDevice

Output device interface

Members

Aliases

ssize_t
alias ssize_t = .ssize_t

Convenience type alias for subclasses/interfaces

Functions

write
ssize_t write(const(void)[] dst)

write() writes up to count bytes from the buffer pointed buf to the file referred to by the file descriptor fd.

Inherited Members

From ISelectable

fileHandle
Handle fileHandle()

Models a handle-oriented device.

Meta