tkgalk / denofun

Small utility library containing functions, monads and other fun stuff.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sort function mutates the array

tkgalk opened this issue · comments

Describe the bug
Sort function is mutating the array. See #25.

Additional context
When trying to use as many built-in functions as possible it seems I went to far and mutated the array. Adding freeze tests is essential!