Type Alias gluon_base::pos::RawIndex

source ·
pub type RawIndex = u32;
Expand description

The raw, untyped index. We use a 32-bit integer here for space efficiency, assuming we won’t be working with sources larger than 4GB.

Trait Implementations§

source§

impl<'ast, Id> AstClone<'ast, Id> for u32

source§

fn ast_clone(&self, _arena: ArenaRef<'_, 'ast, Id>) -> Self