numem ~master (2025-12-14T08:31:01.1033613)
Dub
Repo
Result.makeOk
numem
optional
Result
Creates an "ok" value.
struct
Result
(T)
@
nogc
static @
trusted
nothrow
typeof
(this)
makeOk
(
T
value
)
Parameters
value
T
The value to set
Return Value
Type:
typeof
(this)
A new result.
Meta
Source
See Implementation
numem
optional
Result
functions
get
getOr
properties
error
isOK
static functions
makeError
makeOk
Creates an "ok" value.