Module marker

Source
Expand description

Declares special marker types.

Enumsยง

Bytes
Bytes: read a string as array of bytes.
Chars
Chars: read a string as array of chars.
Isize1
Isize1: 1-indexed isize. Output of reading has type isize.
Usize1
Usize1: 1-indexed usize. Output of reading has type usize.