aurorafw ~master (2020-10-29T20:10:48Z)
Dub
Repo
OptionalChain
aurorafw
stdx
typecons
Undocumented in source.
struct
OptionalChain (
T
) {
import
std
.
traits
:
hasMember
;
;
Optional
!
T
value
;
this
(Optional!T value);
this
(T value);
string
toString
();
template
opDispatch
(string name)
;
}
Constructors
this
this
(Optional!T value)
Undocumented in source.
this
this
(T value)
Undocumented in source.
Alias This
value
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Templates
opDispatch
template
opDispatch
(string name)
Undocumented in source.
Variables
value
Optional
!
T
value
;
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