I'm going through the issues to find one I can do. I found this one about List.getWrap
. Is it still wanted? If so, should there be equivalent replaceWrap
, setWrap
and updateWrap
?
I wonder if this is still wanted/needed, my gut feeling is no
It was original wanted for the dictionary implementation IIRC
But the dict implementation now uses unchecked builtins.
On top of that, the wrapped version has some big performance issues if it uses division. And due to needing to check for division by zero still returns an error cases, so it doesn't save the user from needing to check a result.
I think it is easy enough for the end user to just get módulo length of the list.
So my gut feeling is we probably don't want it at this point
yeah I don't think we need it after all!
Kilian Vounckx has marked this topic as resolved.
Last updated: Jul 06 2025 at 12:14 UTC