Skip to content

Have bindings for all collectins #20

Description

@xperiandri

Is your feature request related to a problem? Please describe.
Full coverage of F# functions for all System.Collections.Immutable

Describe the solution you'd like
Have bindings for all collections:

  • ImmutableArray = FlatList
  • ImmutableList = IndexedList
  • ImmutableQueue = Queue
  • ImmutableStack = Stack
  • ImmutableDictionary = HashMap
  • ImmutableSortedDictionary = SortedMap
  • ImmutableSet = HashSet
  • ImmutableSortedSet = SortedSet
    with relevant functions similar to Seq, Array, List F# modules.

Use fsi files for Copilot processing performance.
Cover all functions with tests.

Describe alternatives you've considered
No

Additional context
No

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions