collections_map

package
v0.1.21 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 3, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Index

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]) Any

func (mapp Map[KEY, VALUE]) Any() (key KEY)

func (Map[KEY, VALUE]) Get

func (mapp Map[KEY, VALUE]) Get(key KEY) (value VALUE, ok bool)

func (Map[KEY, VALUE]) Len

func (mapp Map[KEY, VALUE]) Len() int

func (Map[KEY, VALUE]) Reset

func (mapp Map[KEY, VALUE]) Reset()

func (Map[KEY, VALUE]) ResetWith

func (mapp Map[KEY, VALUE]) ResetWith(other Map[KEY, VALUE])

func (Map[KEY, VALUE]) ResetWithSeq

func (mapp Map[KEY, VALUE]) ResetWithSeq(other interfaces.Seq2[KEY, VALUE])

func (Map[KEY, VALUE]) Set

func (mapp Map[KEY, VALUE]) Set(key KEY, value VALUE)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL