Macro to_mut_ptr

Source
macro_rules! to_mut_ptr {
    ($collection:expr) => { ... };
}
Expand description

Get a mutable pointer for the collection.