Could you please make the methods present in List: https://github.com/demystifyfp/FsToolkit.ErrorHandling/blob/master/src/FsToolkit.ErrorHandling/List.fs available for Array as well?
It is a bit of a pain to convert between types, especially when I need to use arrays to process lots of data (forced by external api) and I need to squeeze as much performance as possible.
Thank you