FixedArray.opOpAssign

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
opOpAssign
(
string op : "~"
U
)
(
U val
)
if (
is(Unqual!U == T) ||
isAssignable!(T, U)
)

Meta