Ticket #85 (closed enhancement: duplicate)

Opened 7 months ago

Last modified 6 months ago

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

Changed 6 months ago by rl

  • status changed from new to closed
  • resolution set to duplicate

I completely agree but never find the time to do this. This is tracked by #11.

Note: See TracTickets for help on using tickets.