aurorafw ~master (2020-10-29T20:10:48Z)
Dub
Repo
Optional.opAssign
aurorafw
stdx
typecons
Optional
Assign this optional to another optional
auto ref
opAssign
(None )
auto ref
opAssign
(U lhs)
auto ref
opAssign
(Optional!U lhs)
struct
Optional
(T)
ref
auto ref
opAssign
(
U
:
T
)
(
auto
ref
Optional
!
U
lhs
)
if
(
isMutable
!
T
&&
isAssignable
!(
T
,
U
)
)
Parameters
lhs
Optional
!
U
left-hand optional 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
Assign this optional to another optional