Closed atifaziz closed 1 month ago
This PR sets the variance of IGeneratorIterator<,,> type parameters, especially for TYield to be aligned with T of IEnumerator<out T>.
IGeneratorIterator<,,>
TYield
T
IEnumerator<out T>
This PR sets the variance of
IGeneratorIterator<,,>
type parameters, especially forTYield
to be aligned withT
ofIEnumerator<out T>
.