Well `ref T` allows for cycles so you have to use a finalizer for these, not a 
destructor. However, if you attach the destructor to the `T`, `ref T` will 
automatically get a finalizer that calls the destructor (implemented on devel).

Reply via email to