Add new sequence type to support mapIndex function #103
Labels
effort: low
The issue will probably take a single contributor no more than one day of work to resolve.
priority: trivial
The issue has very little impact on people using the software.
type: polish
The issue involves making existing functionality more usable.
The mapIndex function currently returns a
CounterSequence.SingularMapSequence
, but it could return a more performant sequence type specialized for this use case rather than requiring a two-part sequence chain.The priority of this task is trivial until such time as users are actually using this functionality for performance-sensitive tasks.
The text was updated successfully, but these errors were encountered: