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-06 15:37:37 +00:00
2014-04-06 15:37:37 +00:00
2015-01-16 05:50:01 +00:00
2015-01-15 14:54:16 +00:00
2015-01-16 03:05:54 +00:00
2014-01-05 20:27:12 +00:00
2014-01-05 20:27:12 +00:00
2013-12-20 20:42:11 +00:00
2013-12-20 20:42:11 +00:00
2014-02-10 15:55:14 +00:00
2014-01-02 15:32:00 +00:00
2014-01-02 15:32:00 +00:00
2014-01-02 15:32:00 +00:00
2014-01-02 15:32:00 +00:00
2014-01-05 20:27:12 +00:00
2014-01-02 15:32:00 +00:00
2014-01-02 15:32:00 +00:00
2015-01-23 04:58:22 +00:00
2014-01-02 15:32:00 +00:00
2014-01-02 15:32:00 +00:00
2014-01-02 15:32:00 +00:00
2014-01-02 15:32:00 +00:00
2014-01-05 20:27:12 +00:00
2015-01-24 04:45:23 +00:00
2015-01-24 04:45:23 +00:00
2014-04-03 02:41:53 +00:00
2014-04-08 14:31:23 +00:00
2014-04-04 14:51:18 +00:00
2014-04-04 14:51:18 +00:00
2015-01-16 05:50:01 +00:00
2014-02-15 01:24:06 +00:00
2015-01-16 08:29:45 +00:00
2015-01-16 08:24:18 +00:00
2015-01-15 15:29:49 +00:00
2015-01-16 08:48:59 +00:00
2014-01-03 18:47:26 +00:00
2014-01-03 18:47:26 +00:00
2014-01-03 18:47:26 +00:00
2014-01-03 18:47:26 +00:00
2014-01-05 20:27:12 +00:00
2014-01-03 18:47:26 +00:00
2014-01-30 17:12:44 +00:00
2014-01-30 17:12:44 +00:00
2014-01-30 17:12:44 +00:00
2014-01-30 17:12:44 +00:00
2014-01-30 17:12:44 +00:00
2014-01-30 17:12:44 +00:00
2014-01-30 17:12:44 +00:00
2014-01-30 17:12:44 +00:00
2014-02-15 04:10:41 +00:00
2014-01-03 18:47:26 +00:00
2014-01-03 18:47:26 +00:00
2014-01-03 18:47:26 +00:00
2014-01-03 18:47:26 +00:00
2015-01-21 02:25:54 +00:00
2014-01-03 18:47:26 +00:00
2014-01-03 18:47:26 +00:00
2014-01-30 17:12:44 +00:00
2014-01-05 20:27:12 +00:00
2014-04-03 14:48:19 +00:00
2014-02-16 17:20:31 +00:00
2014-04-03 02:41:53 +00:00