kyren / gc-arena

Incremental garbage collection from safe Rust
Creative Commons Zero v1.0 Universal
438 stars 36 forks source link

Add `ptr_eq` and `as_ptr` to weak types #43

Closed Aaron1011 closed 1 year ago

Aaron1011 commented 1 year ago

These work the same way as the corresponding methods on the strong versions of these types.