expr-lang / expr

Expression language and expression evaluation for Go
https://expr-lang.org
MIT License
6.16k stars 394 forks source link

feat: add flatten builtin func #680

Closed nikolaymatrosov closed 2 months ago

nikolaymatrosov commented 3 months ago

This pull request adds flatten function conforming the specification suggested in #672 issue. Closes #672.

antonmedv commented 2 months ago

Closing in flavor of https://github.com/expr-lang/expr/pull/684