Type.isMutable

Undocumented in source.
template Type(alias Origin, string Source = Origin.stringof)
enum isMutable = !isConst && !isImmutable;

Meta