mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-03 14:12:53 +00:00
Deprecate collections/soa
This commit is contained in:
parent
2567c8b545
commit
526b6d85fb
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
use std::usize;
|
||||
|
||||
/// DEPRECATED - use crates/soa instead!
|
||||
|
||||
pub struct Index<T> {
|
||||
index: u32,
|
||||
_marker: std::marker::PhantomData<T>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue