macro_rules! map_mut_ptr {
($collection:expr, $map_fn:expr) => { ... };
}
Expand description
Get a mutable pointer for the collection with Map function.
macro_rules! map_mut_ptr {
($collection:expr, $map_fn:expr) => { ... };
}
Get a mutable pointer for the collection with Map function.