Open Issues Need Help
View All on GitHub enhancement good first issue
Add iter function to all collections. 4 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