union Result [src]

Fields

symbol: u8
index: usize

Source

pub const Result = union(enum) { symbol: u8, index: usize, }