fitzgen / generational-arena

A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.
https://docs.rs/generational-arena
Mozilla Public License 2.0
672 stars 53 forks source link

Derive Eq and PartialEq for Arena and Entry #40

Closed Inky-developer closed 3 years ago

Inky-developer commented 3 years ago

Allows Arenas to be compared.

fitzgen commented 3 years ago

Thanks for submitting a PR, but I don't think this should be supported.