Discover Packages
github.com/dreamlu/gt
src
type
amap
package
Version:
v1.2.4
Opens a new window with list of versions in this module.
Published: Jan 11, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
AMap Deprecated use tmap.TMap replace
ToAMap struct/slice... to AMap
v must be allowed
Del deletes the values associated with key.
Get gets the first value associated with the given key.
If there are no values associated with the key, Get returns
the empty string. To access multiple values, use the map
directly.
Pop return Get value and Del key
Set sets the key to value. It replaces string existing
values.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.