mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Revert "Do some checked SoA stuff"
This reverts commit c79d7745f6eb345fd50a7cb4a2a7dd6fb6f8f1fc.
This commit is contained in:
parent
a8d3280b02
commit
b2ea0b842c
19 changed files with 432 additions and 764 deletions
|
@ -1,9 +1,5 @@
|
|||
#![cfg_attr(not(any(debug_assertions, test)), no_std)]
|
||||
|
||||
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