Skip to content

3.1.13

Compare
Choose a tag to compare
@Simnico99 Simnico99 released this 25 Jan 18:54
· 85 commits to main since this release

Added the inclusive extension to Ranges.

foreach(var i in (0..10).Inclusive())
{
  Console.WriteLine(i.ToString());
}

Full Changelog: 3.1.12...3.1.13