TData.opAssign

Allow assigning null to clear.

struct TData(T)
void
opAssign
(
typeof(null)
)
if (
!hasIndirections!T
)

Meta