package
1.5.202
Repository: https://github.com/divverent/aaaaxy.git
Documentation: pkg.go.dev

# Functions

DebugSetType enables logging for the given map and annotates logs with the given name.
Delete deletes a properties map entry.
Empty tells if the map is empty.
ForEach iterates over a map.
New creates a new map.
Set sets a properties map entry.
SetDefault sets a properties map entry if not already set.
StringOr returns the string value, or the given value if not found.
Value returns the requested value, or fails if not found.
ValueOr returns the requested value, or the given value if not found.
ValueOrP returns the requested value, or the given value if not found.
ValueP returns the requested value, or fails if not found.

# Structs

Map is a helper to easier deal with maps.
No description provided by the author