dmd v2.104.0 (2023-06-02T08:46:32Z)
Dub
Repo
Optional.this
dmd
root
optional
Optional
Creates an
Optional
with the given value
struct
Optional
(T)
nothrow
this
(
T
value
)
Meta
Source
See Implementation
dmd
root
optional
Optional
constructors
this
functions
get
hasValue
isEmpty
isPresent
static functions
create
Creates an Optional with the given value