aurorafw ~master (2020-10-29T20:10:48Z)
Dub
Repo
isOptional
aurorafw
stdx
typecons
Undocumented in source.
template
isOptional (
T
) {
import
std
.
traits
:
isInstanceOf
;
;
enum
isOptional
;
}
Members
Manifest constants
isOptional
enum
isOptional
;
Undocumented in source.
Meta
Source
See Implementation
aurorafw
stdx
typecons
functions
getOr
none
oc
optional
some
toNullable
toOptional
structs
None
Optional
OptionalChain
templates
isOptional
match