Module proconio::marker

source ·
Expand description

Declares special marker types.

Enums

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