Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@Delta456 Delta456 released this 02 Mar 13:45
· 1 commit to master since this release
c91bcfb

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! 🎉