zio.stm.TArray is missing many useful methods:
find to find an elementindexOf to get the index of a matching elementProbably 10 or so helpful utility methods could be added to TArray to make summarizing and retrieving information from the array more useful.
I would look on methods of Array / Vector in Scala and see which ones would be a good fit for TArray.
I'd like to have a go at this one. I've made a start but need to add in some tests yet.
I've made a PR for this. Hopefully I haven't gone too far with adding methods.
Closed by #2446.
Most helpful comment
I'd like to have a go at this one. I've made a start but need to add in some tests yet.