Finished-ish writing the new JIT-friendly, packed Form, this time with extra repr(C) Vec implementation
This commit is contained in:
@@ -16,6 +16,7 @@ use anyhow::{anyhow,bail,Result};
|
||||
// rustonomicon
|
||||
|
||||
#[derive(Debug, Eq, PartialEq, Ord, PartialOrd, Clone, Copy)]
|
||||
#[repr(transparent)]
|
||||
pub struct ID {
|
||||
id: i64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user