more ~master (2021-04-25T17:22:00Z)
Home
Dub
Repo
SysResult
more
os
posix
core
Common return value for os functions.
struct
SysResult {
bool
failed
[@property getter];
bool
passed
[@property getter];
}
Members
Properties
failed
bool
failed
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
passed
bool
passed
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
more
os
posix
core
aliases
SysErrorCode
sysresult_t
functions
close
fcntl
fcntlDupFD
fcntlGetFlags
fcntlSetFlags
lastError
properties
failed
success
structs
FDFlags
FileHandle
SysResult
Common return value for os functions.