You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unless elements are removed from the vector, the memory location of an element already pushed to the `SplitVec` <ins>never</ins> changes unless explicitly changed.
164
164
165
165
```rust
166
-
useorx_split_vec::prelude::*;
166
+
useorx_split_vec::*;
167
167
168
168
letmutvec=SplitVec::new(); // Doubling growth as the default strategy
0 commit comments