aurorafw ~master (2020-10-29T20:10:48Z)
Dub
Repo
some
aurorafw
stdx
typecons
Creates an optional type with a defined given value
auto
some
(T value)
auto
some
(
T
)
(
auto
ref
T
value
)
auto
some
(None none)
auto
optional
(T value)
Parameters
value
T
a given value
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 defined given value