the signature I meant looks like

pure 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...

Reply via email to