Files
wren/doc/site/core
Thorbjørn Lindeijer f86239dac1 fix: update Sequence.list references to toList in documentation
Replace remaining references to the renamed `Sequence.list` method with `Sequence.toList` across the core sequence documentation. This includes updating the `join` method description to refer to "sequence" instead of "list", removing the deprecated `list` method section, and correcting code examples that used `.list` to now use `.toList` for eager evaluation.
2015-04-06 15:21:32 +00:00
..