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