RawIndex

Type Alias 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 From<ByteIndex> for RawIndex

Source§

fn from(index: ByteIndex) -> RawIndex

Converts to this type from the input type.
Source§

impl From<ColumnIndex> for RawIndex

Source§

fn from(index: ColumnIndex) -> RawIndex

Converts to this type from the input type.
Source§

impl From<LineIndex> for RawIndex

Source§

fn from(index: LineIndex) -> RawIndex

Converts to this type from the input type.