We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#[repr(transparent)]
Address
1 parent ed0e023 commit bfd17fdCopy full SHA for bfd17fd
crates/oxc_allocator/src/address.rs
@@ -4,6 +4,7 @@ use crate::Box;
4
5
/// Memory address of an AST node in arena.
6
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
7
+#[repr(transparent)]
8
pub struct Address(usize);
9
10
impl Address {
0 commit comments