Derive Macro enso_shapely::IteratorMut[][src]

#[derive(IteratorMut)]
Expand description

Same as derive(Iterator) but generates mutable iterator.

It is separate, as some types allow deriving immutable iterator but ont the mutable one.