Amanieu / intrusive-rs

Intrusive collections for Rust
Apache License 2.0
400 stars 47 forks source link

Add reverse operation for XorLinkedList #50

Closed mb64 closed 4 years ago

mb64 commented 4 years ago

One of the nicest things about XOR linked lists is the O(1) reverse. This PR adds that functionality.

Amanieu commented 4 years ago

Thanks!