v0.49.0
Thanks to contributors!
✨ New
- @utkarshkukreti New functions for
Array
/List
:insertAt
- inserts an element at an index, shifting the following elements downupdateAt
- modifies an element at an index using a functionswapAt
- swaps the values at two indices
✔️ Tests
- @jihchi - Greatly improved test coverage for various modules