Skip to content

SortedDict missing mergewith #827

@StephenVavasis

Description

@StephenVavasis

SortedDict currently does not implement the Base functions mergewith and mergewith!. So mergewith of two SortedDicts treats them both as AbstractDict and returns a Dict instead of a SortedDict.

Additional missing methods from Base.

  1. map!(f, values(s::SortedDict))
  2. first(a,n) and last(a,n) where a is a sorted container and n is an integer.
  3. filter for SortedDict and SortedMultiDict
  4. 'pairs' for SortedDict and SortedMultiDict

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions