Sdflags

typealias Sdflags = Byte(source)

WASI Preview1 type $sdflags

Which channels on a socket to shut down.

Representation: u8

Definition:

(typename $sdflags
(flags (@witx repr u8)
;;; Disables further receive operations.
$rd
;;; Disables further send operations.
$wr
)
)