mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 16:44:33 +00:00
Remove unnecessary soa_index Id type alias
This commit is contained in:
parent
01892dcf20
commit
c31b457428
3 changed files with 9 additions and 11 deletions
|
@ -8,8 +8,6 @@ use core::{
|
|||
|
||||
use crate::soa_slice::Slice;
|
||||
|
||||
pub type Id<T> = Index<T>;
|
||||
|
||||
/// An index into an array of values, based
|
||||
/// on an offset into the array rather than a pointer.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue