maps

package module
v0.0.0-...-80cf31c Latest Latest
Warning

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

Go to latest
Published: May 11, 2022 License: MIT Imports: 2 Imported by: 2

Documentation

Overview

maps provides the Map interface, as well as concrete associative array implementations.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Map

type Map[K comparable, V any] interface {
	gollections.Array[K, V]

	Exists(K) bool
	Keys() iterator.Iterator[K]
	Vals() iterator.Iterator[V]
}

type Pair

type Pair[K comparable, V any] struct {
	Key K
	Val V
}

Directories

Path Synopsis
hashmap module
ordered module
unordered module

Jump to

Keyboard shortcuts

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