AnsiColour.opAssign

Allows direct assignment from any type that can also be used in any of this struct's ctors.

struct AnsiColour
@safe @nogc nothrow pure return
opAssign
(
T
)
()
if (
!is(T == typeof(this))
)

Meta