Documentation ¶
Index ¶
- type FixedMap
- func (this *FixedMap[KeyT, ValueT]) Get(key KeyT) (value ValueT, ok bool)
- func (this *FixedMap[KeyT, ValueT]) Has(key KeyT) bool
- func (this *FixedMap[KeyT, ValueT]) Keys() []KeyT
- func (this *FixedMap[KeyT, ValueT]) Put(key KeyT, value ValueT)
- func (this *FixedMap[KeyT, ValueT]) RawMap() map[KeyT]ValueT
- type KeyType
- type ValueType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.