J* Version 1.8.2
- 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