Remix.run Logo
aw1621107 12 hours ago

> It puzzles me why the hell they build such a function in the first place.

One reason is similar to why most programming languages don't return an Option<T> when indexing into an array/vector/list/etc. There are always tradeoffs to make, especially when your strangeness budget is going to other things.