Open Issues Need Help
View All on GitHub Add iter function to all collections. 2 months ago
AI Summary: Implement an iterator function (`iter`) for all collection types within the Prime F# library (UList, UMap, USet, SArray, SList, SHashSet, SDictionary). This function should provide a consistent way to iterate over the elements of each collection type.
Complexity:
4/5
enhancement good first issue
AI Summary: Modify the Prime F# library's collection types (UList, UMap, USet) to publicly expose their internal Comparer and Config properties, eliminating the need for explicit getter functions like `UMap.getComparer`. This involves updating the class definitions and potentially adjusting related functions to maintain consistency.
Complexity:
3/5
enhancement good first issue