[][src]Module prcn_lib::prelude

Re-exports

pub use crate::io::exit;
pub use crate::io::yes_no;
pub use crate::math::max;
pub use crate::math::min;
pub use crate::modint::ops;
pub use crate::modint::aplicate;

Macros

input

read input from stdin.

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.