macro_rules! count { [$($x:expr),*] => { ... }; }
A macro for counting the number of args passed to it