Gavin Schulz
9e20b3935a
feat: abstract List's toString into generic join method on Sequence
...
Add `join` and `join(sep)` methods to the `Sequence` class, allowing any sequence to produce a concatenated string of its elements with an optional separator. Refactor `List.toString` to delegate to `join(", ")` with bracket wrapping, removing the manual iteration logic from List. Include new test files for List, Range, and String join behavior, plus runtime error tests for non-string separators.
2015-01-24 04:45:23 +00:00
..
2014-04-09 04:17:49 +00:00
2014-04-09 04:17:49 +00:00
2014-01-03 18:47:26 +00:00
2015-01-22 23:28:54 +00:00
2014-01-05 20:27:12 +00:00
2015-01-22 23:28:54 +00:00
2015-01-22 23:28:54 +00:00
2015-01-22 23:28:54 +00:00
2014-01-05 20:27:12 +00:00
2014-02-02 18:31:46 +00:00
2014-02-02 18:31:46 +00:00
2015-01-12 03:13:15 +00:00
2015-01-22 23:28:54 +00:00
2014-02-02 18:31:46 +00:00
2014-02-02 18:31:46 +00:00
2015-01-23 04:58:22 +00:00
2015-01-23 04:58:22 +00:00
2015-01-23 04:58:22 +00:00
2015-01-23 04:58:22 +00:00
2015-01-23 04:58:22 +00:00
2015-01-23 04:58:22 +00:00
2015-01-23 04:58:22 +00:00
2015-01-23 04:58:22 +00:00
2015-01-24 04:45:23 +00:00
2015-01-24 04:45:23 +00:00
2015-01-23 00:38:03 +00:00
2015-01-16 05:50:01 +00:00
2015-01-12 03:13:15 +00:00
2015-01-22 23:28:54 +00:00
2014-01-03 18:47:26 +00:00
2015-01-17 07:20:56 +00:00
2015-01-17 07:20:56 +00:00
2015-01-17 07:20:56 +00:00
2015-01-17 07:20:56 +00:00
2015-01-17 07:20:56 +00:00
2015-01-17 07:20:56 +00:00
2015-01-17 07:20:56 +00:00
2015-01-17 07:20:56 +00:00
2015-01-17 07:20:56 +00:00
2015-01-17 07:20:56 +00:00
2014-01-03 18:47:26 +00:00
2014-01-03 18:47:26 +00:00
2015-01-23 00:38:03 +00:00
2014-01-05 20:27:12 +00:00
2014-01-05 20:27:12 +00:00
2014-02-13 16:38:44 +00:00
2014-02-02 18:31:46 +00:00