move VecBuffer and views into separate vec module
This commit is contained in:
parent
30a3df180b
commit
835a0bf08e
19 changed files with 461 additions and 397 deletions
math/radix_transform/src
|
@ -5,7 +5,7 @@ use {
|
|||
ViewPort,
|
||||
TypeDict
|
||||
},
|
||||
sequence::{VecBuffer},
|
||||
vec::{VecBuffer},
|
||||
integer::{RadixProjection}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue