FSharp.Collections.Immutable
FSharp.Collections.Immutable copied to clipboard
Support all `ImmutableArray` functions as in `Array` module
Implemented support for all the functions as in similar FSharp.Core modules
Types of changes
- [ ] Bugfix (non-breaking change which fixes an issue)
- [X] New feature (non-breaking change which adds functionality)
- [X] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Checklist
- [X] Build and tests pass locally
- [ ] I have added tests that prove my fix is effective or that my feature works (if appropriate)
- [ ] I have added necessary documentation (if appropriate)