Split {Idx, IndexVec, IndexSlice}
into their own modules
This commit is contained in:
parent
64bcb32651
commit
e496fbec92
150 changed files with 472 additions and 454 deletions
|
@ -3,10 +3,11 @@ use std::marker::PhantomData;
|
|||
use std::ops::RangeBounds;
|
||||
use std::ops::{Bound, Range};
|
||||
|
||||
use crate::vec::Idx;
|
||||
use crate::vec::IndexVec;
|
||||
use smallvec::SmallVec;
|
||||
|
||||
use crate::idx::Idx;
|
||||
use crate::vec::IndexVec;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue