Versions in this module Expand all Collapse all v2 v2.9.2 Jan 30, 2025 Changes in this version + type StringBoolCMap struct + func NewStringBoolCMap() *StringBoolCMap + func (m *StringBoolCMap) Delete(key string) + func (m *StringBoolCMap) Get(key string) bool + func (m *StringBoolCMap) Set(key string, value bool) + type StringInt64CMap struct + func NewStringInt64CMap() *StringInt64CMap + func (m *StringInt64CMap) Delete(key string) + func (m *StringInt64CMap) Get(key string) int64 + func (m *StringInt64CMap) Set(key string, value int64)