Remove unnecessary soa_index Id type alias

This commit is contained in:
Agus Zubiaga 2024-11-25 19:35:26 -03:00
parent 01892dcf20
commit c31b457428
No known key found for this signature in database
3 changed files with 9 additions and 11 deletions

View file

@ -8,8 +8,6 @@ use core::{
use crate::soa_slice::Slice;
pub type Id<T> = Index<T>;
/// An index into an array of values, based
/// on an offset into the array rather than a pointer.
///