dmd v2.104.0 (2023-06-02T08:46:32Z)
Dub
Repo
Optional.isPresent
dmd
root
optional
Optional
struct
Optional
(T)
nothrow const
bool
isPresent
(
)
Return Value
Type:
bool
Whether this
Optional
contains a value
Meta
Source
See Implementation
dmd
root
optional
Optional
constructors
this
functions
get
hasValue
isEmpty
isPresent
static functions
create