Closed XOSplicer closed 5 months ago
This PR implements the IntoIterator trait for LinearMap. It uses the existing linear_map::IntoIter struct as the return type which was previously unused. A test case has been added.
IntoIterator
LinearMap
linear_map::IntoIter
Closes #472
Thanks!
This PR implements the
IntoIterator
trait forLinearMap
. It uses the existinglinear_map::IntoIter
struct as the return type which was previously unused. A test case has been added.Closes #472