LightAndLight / ipso

A functional scripting language.

Home Page:https://ipso.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`array.filter` and `array.filterMap`

LightAndLight opened this issue · comments

array.filter : (a -> Bool) -> Array a -> Array a

array.filterMap : (a -> (| Some : b, None : ()|)) -> Array a -> Array b