Documentation
Dlang.org
Optional.asNullable
handy_httpd
components
optional
Optional
Converts this optional to a Phobos-style Nullable.
struct
Optional
(T)
Nullable
!
T
asNullable
(
)
Return Value
Type:
Nullable
!
T
A
Nullable!T
representing this optional.
handy_httpd
components
optional
Optional
functions
asNullable
opCast
orElse
orElseThrow
static functions
empty
of
variables
isNull
value
Converts this optional to a Phobos-style Nullable.