Macro tiny_input

Source
macro_rules! tiny_input {
    (as $type: ty $(, $($token: tt)+)?) => { ... };
    ($($token: tt)*) => { ... };
}
Expand description

Invokes raw_input!, panicking on I/O errors before parsing the string.