Da Pondelok 13 Februr 2006 21:38 Adam P. Jenkins napsal:
>  > I'd call freeze, except that would freeze the original a as well.
>
> Unless your code is multithreaded, you could always just unfreeze the
> arguments when the function exits, since nothing else will be accessing
> the objects while mymethod is executing.
>

I thought freezing objects was permanent?

David Vallner