Skip to content

J* Version 1.8.2

Compare
Choose a tag to compare
@bamless bamless released this 04 Apr 00:53
· 184 commits to master since this release

J* AUR page

  • Slight changes to core library
  • Moved join method from String class to Iterable class
  • Added new standard iterators: ConcatIter, TakeIter, SkipIter
  • Added support for Tuple/List concatenation using +
  • Added * overload to String for construction of repeated strings
  • Minor bugfixes