macro_rules! argv { ($($rest:expr),*) => { ... }; }
A helper macro which transforms every argument into a Val object. This helps reduce boilerplate for Val::call.
Val::call