LightAndLight / ipso

A functional scripting language.
https://ipso.dev
16 stars 1 forks source link

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

Closed LightAndLight closed 1 year ago

LightAndLight commented 1 year ago

Rename array.index to array.get! and add total array.get.

LightAndLight commented 1 year ago

Closed in #408