plow-technologies / inferno

A statically-typed functional scripting language
MIT License
4 stars 1 forks source link

Make some Array functions total by returning options #88

Closed siddharth-krishna closed 1 year ago

siddharth-krishna commented 1 year ago

This PR makes the following Array functions total by returning option values instead of throwing runtime errors when the input array is empty: minimum, maximum, average, argmin, argmax