Remove more push_new and extend_new usages

This commit is contained in:
Richard Feldman 2024-10-11 14:59:58 -04:00
parent b2ea0b842c
commit 49d1786f6c
No known key found for this signature in database
GPG key ID: DAC334802F365236
10 changed files with 517 additions and 269 deletions

View file

@ -1,5 +1,7 @@
mod either_index;
mod soa_index;
mod soa_slice;
pub use either_index::*;
pub use soa_index::*;
pub use soa_slice::*;