macro_rules! read {
($out:ident as $type:ty) => { ... };
}
Expand description
coder3101 - stackoverflow.com https://stackoverflow.com/questions/30355185/how-to-read-an-integer-input-from-the-user-in-rust-1-0
macro_rules! read {
($out:ident as $type:ty) => { ... };
}
coder3101 - stackoverflow.com https://stackoverflow.com/questions/30355185/how-to-read-an-integer-input-from-the-user-in-rust-1-0