Versions in this module Expand all Collapse all v1 v1.0.0 Aug 30, 2018 Changes in this version + type Float64BoolMap map[float64]bool + func (m Float64BoolMap) Get(key float64) bool + func (m Float64BoolMap) Has(key float64) bool + func (m Float64BoolMap) Set(key float64, value bool) Float64BoolMap + type IntStringMap map[int]string + func (m IntStringMap) Get(key int) string + func (m IntStringMap) Has(key int) bool + func (m IntStringMap) Set(key int, value string) IntStringMap + type KeyType generic.Type + type KeyTypeValueTypeMap map[KeyType]ValueType + func (m KeyTypeValueTypeMap) Get(key KeyType) ValueType + func (m KeyTypeValueTypeMap) Has(key KeyType) bool + func (m KeyTypeValueTypeMap) Set(key KeyType, value ValueType) KeyTypeValueTypeMap + type ValueType generic.Type