mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Remove more push_new and extend_new usages
This commit is contained in:
parent
b2ea0b842c
commit
49d1786f6c
10 changed files with 517 additions and 269 deletions
|
@ -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::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue