Closed lwintermelon closed 4 years ago
There is one additional use of the word 'variant'!
The lifetime will be bounded, and your iterator will be variant over 'a and T.
should be
The lifetime will be bounded, and your iterator will be covariant over 'a and T.
it should be covariant, right?