polars_plan

Macro map

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