mecca ~master (2021-09-12T14:37:04Z)
Dub
Repo
FixedArray.opOpAssign
mecca
containers
arrays
FixedArray
Undocumented in source. Be warned that the author may not have intended to support it.
struct
FixedArray
(T, size_t N, bool InitializeMembers = true)
ref nothrow @
safe
@
nogc
auto ref
opOpAssign
(
string
op
: "~"
U
)
(
U
val
)
if
(
is
(
Unqual
!
U
==
T
) ||
isAssignable
!(
T
,
U
)
)
Meta
Source
See Implementation
mecca
containers
arrays
FixedArray
aliases
ElementType
functions
opOpAssign
safeSetPrefix
safeSetSuffix
properties
array
capacity
len
length