On Thursday, 22 March 2018 at 09:04:12 UTC, Dukc wrote:
So the real difference is that random-accesss ranges are not input-ranges in C# (or Rust, judging by a quick look I recently took) but can be used to fetch one. A bit cumbersome perhaps, but logical. I think I understand it now. Thank you.

IList<T> inherits from IEnumerable<T>, which is an input range.

Reply via email to