maps

package
v0.0.17 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package maps contains a collection of helpful generic functions for working with maps. It is currently not part of the public interface and must be consider as highly instable.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Add

func Add[K comparable, V any](target map[K]V, sources ...map[K]V) map[K]V

Add the given maps to a common base map overriding existing key values pairs added from previous maps if a new entry exists in a latter source map.

func Copy

func Copy[K comparable, V any](source map[K]V) map[K]V

Copy makes a shallow copy of the given map.

Types

This section is empty.

Jump to

Keyboard shortcuts

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