Why does isMutable and isAssignable return true for a struct/class that are immutable?

immutable struct A { }

isMutable!A returns true.


Reply via email to