Jakub Hampl
Jakub Hampl
Yes, that sounds like a great proposal. I think the main reason I didn't just do it was mostly licensing related as I wasn't confident the licenses were compatible. If...
> I like the flexibility of b a lot. Can you clarify: would you just like to have `b` or would you like to have both? > Because this helper...
Hm, so I just realized (thanks Copilot), that the list version is just: ``` List.filterMap (\index -> Array.get index array) indices ``` which is fairly trivial... So perhaps this isn't...