pub type IterMut<'a> = Box<dyn Iterator<Item = &'a mut Expression> + 'a>;
A mutable iterator over the values of an Array.
Array
Values of this type are created by the iter_mut method on Array. See its documentation for more.
iter_mut