Discover Packages
github.com/dreamlu/gt
src
type
tmap
package
Version:
v1.2.1-beta2
Opens a new window with list of versions in this module.
Published: Sep 1, 2022
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
¶
type TI interface {
any
}
ToTMap struct/slice... to TMap
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 any existing
values.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.