macro_rules! cin_parse { ($input: expr, Vec<$type: ty>) => { ... }; ($input: expr, $type: ty) => { ... }; }
Parse input string into a value or a vector of values of a specified type.
input
&str
type
i32
f64
Vec