Skip to content

Releases: Delta456/range

v0.1.0

02 Mar 13:45
c91bcfb
Compare
Choose a tag to compare

New syntax for making ranges!

  • range.to_iterator[T] for making ranges without allocating memory
  • range.to_array[T] for making array ranges
  • range.Builder[T] for builder syntax

Examples given in README.md

Huge thanks to @txgruppi working on this! 🎉

v0.0.2 Release

03 Jun 08:35
Compare
Choose a tag to compare
  • Give error for negative step when going in decreasing order for float range
  • Change exit(0) to exit(1) everywhere