Ticket #85 (closed enhancement: duplicate)
Add list-like functions to mutable vectors
| Reported by: | is7s | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Version: | Keywords: | ||
| Cc: |
Description
I find it quite annoying that list-like functions (folds, map, sum etc.) are missing for mutable vectors. Either I have to implement them myself or freeze the vector to be able to use the immutable versions. Is there a reason for the absence of these functions from the mutable vector modules?
Change History
Note: See
TracTickets for help on using
tickets.
