I guess this could conflict with syntax for bounds on associated types?
(Which is quite unfortunate anyway; where <T as Iterator>::Item = U
would be much clearer than where T: Iterator<Item=U>
, even if it's more typing.)
I guess this could conflict with syntax for bounds on associated types?
(Which is quite unfortunate anyway; where <T as Iterator>::Item = U
would be much clearer than where T: Iterator<Item=U>
, even if it's more typing.)