Port flatten (#512)

* A first working version of flatten. Needs a lot of cleanup. Committing to have a working version

* Typo fix

* Flatten tests pass

* Final cleanup, ready for push

* Final cleanup, ready for push

* Final cleanup, ready for push

* Final cleanup, ready for push

* Update flatten.rs

Co-authored-by: JT <547158+jntrnr@users.noreply.github.com>
This commit is contained in:
Ștefan
2021-12-17 21:44:51 +01:00
committed by GitHub
parent 6ba1e6172c
commit 6f6340186a
4 changed files with 287 additions and 0 deletions

View File

@ -54,6 +54,7 @@ pub fn create_default_context() -> EngineState {
DropNth,
Each,
First,
Flatten,
Get,
Keep,
KeepUntil,