ruuda / rcl

A reasonable configuration language
https://rcl-lang.org
Apache License 2.0
197 stars 8 forks source link

Add `sum` method to `List` and `Set` #59

Closed ruuda closed 3 months ago

ruuda commented 3 months ago

Similar to #58, the need for this came up a few times. So far I’ve just been using fold, which works, but is not very ergonomic.