Documentation
¶
Index ¶
- type Map
- func (mapp Map[KEY, VALUE]) All() interfaces.Seq[KEY]
- func (mapp Map[KEY, VALUE]) AllPairs() interfaces.Seq2[KEY, VALUE]
- func (mapp Map[KEY, VALUE]) Any() (key KEY)
- func (mapp Map[KEY, VALUE]) Get(key KEY) (value VALUE, ok bool)
- func (mapp Map[KEY, VALUE]) Len() int
- func (mapp Map[KEY, VALUE]) Reset()
- func (mapp Map[KEY, VALUE]) ResetWith(other Map[KEY, VALUE])
- func (mapp Map[KEY, VALUE]) ResetWithSeq(other interfaces.Seq2[KEY, VALUE])
- func (mapp Map[KEY, VALUE]) Set(key KEY, value VALUE)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Map ¶
type Map[KEY comparable, VALUE any] map[KEY]VALUE
func (Map[KEY, VALUE]) All ¶
func (mapp Map[KEY, VALUE]) All() interfaces.Seq[KEY]
func (Map[KEY, VALUE]) AllPairs ¶
func (mapp Map[KEY, VALUE]) AllPairs() interfaces.Seq2[KEY, VALUE]
func (Map[KEY, VALUE]) ResetWithSeq ¶
func (mapp Map[KEY, VALUE]) ResetWithSeq(other interfaces.Seq2[KEY, VALUE])
Click to show internal directories.
Click to hide internal directories.