Struct syntex_syntax::codemap::MultiByteChar
[−]
[src]
pub struct MultiByteChar {
pub pos: BytePos,
pub bytes: usize,
}Identifies an offset of a multi-byte character in a FileMap
Fields
pos | The absolute offset of the character in the CodeMap |
bytes | The number of bytes, >=2 |