rsdn / CodeJam

Set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another
MIT License
258 stars 35 forks source link

Annotate Range correctly to allow null key #136

Closed NN--- closed 3 years ago

NN--- commented 3 years ago

The code assumes that Range<T, TKey> can have null key. It is not correctly annotated in the code.