FsToolkit.ErrorHandling icon indicating copy to clipboard operation
FsToolkit.ErrorHandling copied to clipboard

Add sequenceResultA and friends to Array

Open boggye opened this issue 1 year ago • 2 comments

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

boggye avatar Oct 01 '24 18:10 boggye

Happy to accept a PR for this 😄

TheAngryByrd avatar Oct 01 '24 18:10 TheAngryByrd

The problem is that the code is a bit above my F# expertise, but I will try ...

boggye avatar Oct 01 '24 19:10 boggye

I think https://github.com/demystifyfp/FsToolkit.ErrorHandling/pull/279/solves this

TheAngryByrd avatar Oct 23 '24 15:10 TheAngryByrd