aurorafw ~master (2020-10-29T20:10:48Z)
Dub
Repo
Optional.get
aurorafw
stdx
typecons
Optional
Attemp to get the defined value
inout
(
T
)
front
[@property getter]
inout
(
T
)
get
[@property getter]
struct
Optional
(T)
@
property
ref inout
inout
(
T
)
get
(
)
Return Value
Type:
inout
(
T
)
if defined, the defined value, assert otherwise
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
Attemp to get the defined value