bodil / im-rs

Assorted immutable collection datatypes for Rust
http://immutable.rs/
Mozilla Public License 2.0
1.49k stars 111 forks source link

Fix documented time complexity for Vector::ptr_eq #173

Closed taylordotfish closed 2 years ago

taylordotfish commented 3 years ago

Vector::ptr_eq is also O(1) for inline vectors as it simply returns false if either vector is inline.