Documentation
¶
Index ¶
- type BMap
- func (b *BMap[Key, Value]) Add(key Key, val Value)
- func (b *BMap[Key, Value]) Foreach(fn func(key Key, values []Value))
- func (b *BMap[Key, Value]) Get(key Key) (v Value, found bool)
- func (b *BMap[Key, Value]) Len() int
- func (b *BMap[Key, Value]) Remove(key Key)
- func (b *BMap[Key, Value]) Set(key Key, val Value)
- func (b *BMap[Key, Value]) Values(key Key) ([]Value, bool)
- type Entries
- type Entry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BMap ¶
Click to show internal directories.
Click to hide internal directories.