Skip to content

Added EnsureExtensions and implementation of IEquatable<Range<T>>

Compare
Choose a tag to compare
@Konard Konard released this 24 Jul 19:05
· 274 commits to master since this release

https://www.nuget.org/packages/Platform.Ranges/0.0.3

Added EnsureExtensions for range-related exceptions.
Added implementation of IEquatable<Range> to Range struct.
Exception check from the constructor of Range struct moved to Ensure extensions so its logic can be reused now.
Added more comments to Range struct.
Two issues closed.