Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HashMap ¶
type HashMap[K comparable, V any] map[K]V
func From ¶
func From[K comparable, V any](m map[K]V) HashMap[K, V]
func (HashMap[K, V]) Kind ¶
func (HashMap[K, V]) Kind(HashMapKind)
type HashMapKind ¶
Click to show internal directories.
Click to hide internal directories.