I was wondering if there was some sort of equivalent to Arc::ptr_eq for Gc. I've been converting a project with lots of Arc references over to Gc and there are a few places where I want to do an identity check instead of an equality check, but I wasn't able to find anything like this in the docs.
If not, are there any obstacles to adding this check?
I was wondering if there was some sort of equivalent to
Arc::ptr_eqforGc. I've been converting a project with lots ofArcreferences over toGcand there are a few places where I want to do an identity check instead of an equality check, but I wasn't able to find anything like this in the docs.If not, are there any obstacles to adding this check?