Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiMap ¶
type MultiMap[T1, T2 comparable] struct { // contains filtered or unexported fields }
func NewMultiMap ¶
func NewMultiMap[T1, T2 comparable]() *MultiMap[T1, T2]
func (*MultiMap[T1, T2]) DeleteT1 ¶
DeleteT1 It is a dangerous action, please use DeleteT2 instead of it.
func (*MultiMap[T1, T2]) LookupByT1 ¶
func (*MultiMap[T1, T2]) LookupByT2 ¶
Click to show internal directories.
Click to hide internal directories.