Options
All
  • Public
  • Public/Protected
  • All
Menu

Module UniqueDict<K, V>

A Dictionary with unique values per key, represented as a map of keys K to Sets of values V

Type parameters

  • K

    the key type

  • V

    the value type

Index

Functions

Functions

add

create

Generated using TypeDoc