ipso icon indicating copy to clipboard operation
ipso copied to clipboard

`array.remove : Int -> Array a -> (| Some : Array a, None : () |)` and `array.remove! : Int -> Array a -> Array a`

Open LightAndLight opened this issue 2 years ago • 0 comments

Example: deleteAt in https://github.com/LightAndLight/ipso/blob/main/examples/todolist.ipso

LightAndLight avatar May 31 '23 01:05 LightAndLight