gren-lang / core

Gren's core package
https://packages.gren-lang.org/package/gren-lang/core/version/latest/overview
Other
32 stars 8 forks source link

Use append and prepend for combining sequential collections #74

Closed robinheghan closed 2 months ago

robinheghan commented 5 months ago

String.append and String.prepend Array.append and Array.prepend

For arrays, prefix and postfix will be renamed For strings, prepend will be added.