Problem I was searching for a way to put a Tuple<List> into a Tuple<IEnumerable>, and I found that Tuple has […]
Tag: covariance
A Covariant Tuple
Problem I was searching for a way to put a Tuple<List> into a Tuple<IEnumerable>, and I found that Tuple has […]