Specialize if

This commit is contained in:
Agus Zubiaga 2024-12-11 18:09:54 -03:00
parent 2ca829aaa8
commit 0585f32039
No known key found for this signature in database
7 changed files with 186 additions and 11 deletions

View file

@ -8,6 +8,6 @@ mod soa_slice3;
pub use either_index::*;
pub use soa_index::*;
pub use soa_slice::{NonEmptySlice, Slice};
pub use soa_slice::{NonEmptySlice, PairSlice, Slice};
pub use soa_slice2::Slice2;
pub use soa_slice3::Slice3;