&Heatmap implements IntoIterator but it does not have an iter method. This is somewhat confusing since in most cases where a type &T implements IntoIteratorT also has an iter method that does the same thing. All this PR does is address this missing method.
&Heatmap
implementsIntoIterator
but it does not have aniter
method. This is somewhat confusing since in most cases where a type&T
implementsIntoIterator
T
also has aniter
method that does the same thing. All this PR does is address this missing method.