Skip to content

Make all data structures parametric in the equivalence used #7

@TomasMikula

Description

@TomasMikula

immutable.HashSet[A] is generalized as immutable.HashSetoid[A, Eq], which is parameterized by the equivalence relation used. The rest of the data structures should follow the same pattern.

  • immutable.HashMap
  • mutable.HashSet
  • mutable.HashMap

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions