aurorafw ~master (2020-10-29T20:10:48Z)
Dub
Repo
optional
aurorafw
stdx
typecons
Creates an optional type with a none
auto
optional
(T value)
auto
optional
(None none)
auto
optional
(
T
)
(
const
None
none
)
auto
optional
()
auto
some
(None none)
Parameters
none
None
None type, empty data
Meta
Source
See Implementation
aurorafw
stdx
typecons
functions
getOr
none
oc
optional
some
toNullable
toOptional
structs
None
Optional
OptionalChain
templates
isOptional
match
Creates an optional type with a none