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.
macro_rules! tiny_input {
(as $type: ty $(, $($token: tt)+)?) => { ... };
($($token: tt)*) => { ... };
}
Invokes raw_input!
, panicking on I/O errors before parsing the string.