macro_rules! map_as_slice {
($func:path) => { ... };
($func:path, $($args:expr),*) => { ... };
}
Expand description
Fn(&[Column], args)
- all expression arguments are in the slice.
- the first element is the root expression.
macro_rules! map_as_slice {
($func:path) => { ... };
($func:path, $($args:expr),*) => { ... };
}
Fn(&[Column], args)