dmd v2.104.0 (2023-06-02T08:46:32Z)
Dub
Repo
Optional.create
dmd
root
optional
Optional
Creates an
Optional
with the given value
struct
Optional
(T)
nothrow static
Optional
!
T
create
(
T
val
)
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