Macro polars_plan::map

source ยท
macro_rules! map {
    ($func:path) => { ... };
    ($func:path, $($args:expr),*) => { ... };
}