Skip to content

10.3.0 - Range.For

Compare
Choose a tag to compare
@feO2x feO2x released this 09 Oct 06:03
· 15 commits to main since this release
a067d91

Light.GuardClauses 10.3.0

  • Added Range.For to create range instances for valid collection indexes
  • Added GetCount extension method for IEnumerable<T> - this is a more optimized version of LINQ's Count extension method that also optimizes paths for IReadOnlyCollection<T> and string
  • thanks to @reima for the proposal and support