aurorafw ~master (2020-10-29T20:10:48Z)
Dub
Repo
Optional.this
aurorafw
stdx
typecons
Optional
Constructs an optional type with a defined given value
this
(T value)
struct
Optional
(T)
this
(
T
value
)
this
(None )
Parameters
value
T
given value
Meta
Source
See Implementation
aurorafw
stdx
typecons
Optional
constructors
this
destructors
~this
functions
opAssign
opBinary
opBinaryRight
opCall
opDollar
opEquals
opIndex
opOpAssign
opSlice
opUnary
popFront
toHash
toString
properties
defined
empty
front
get
getOr
Constructs an optional type with a defined given value