the signature I meant looks likepure int squaredPlus(int)immutable;
Which then the only way you could call it, was if the object itself was immutable, which is definitely safe (I think). Hmmm...
the signature I meant looks likepure int squaredPlus(int)immutable;
Which then the only way you could call it, was if the object itself was immutable, which is definitely safe (I think). Hmmm...