Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Float64BoolMap ¶
func (Float64BoolMap) Get ¶
func (m Float64BoolMap) Get(key float64) bool
func (Float64BoolMap) Has ¶
func (m Float64BoolMap) Has(key float64) bool
func (Float64BoolMap) Set ¶
func (m Float64BoolMap) Set(key float64, value bool) Float64BoolMap
type IntStringMap ¶
func (IntStringMap) Get ¶
func (m IntStringMap) Get(key int) string
func (IntStringMap) Has ¶
func (m IntStringMap) Has(key int) bool
func (IntStringMap) Set ¶
func (m IntStringMap) Set(key int, value string) IntStringMap
type KeyTypeValueTypeMap ¶
func (KeyTypeValueTypeMap) Get ¶
func (m KeyTypeValueTypeMap) Get(key KeyType) ValueType
func (KeyTypeValueTypeMap) Has ¶
func (m KeyTypeValueTypeMap) Has(key KeyType) bool
func (KeyTypeValueTypeMap) Set ¶
func (m KeyTypeValueTypeMap) Set(key KeyType, value ValueType) KeyTypeValueTypeMap
Click to show internal directories.
Click to hide internal directories.