//
pkg.gl
Category
github.com/google/agi
core
data
dictionary
package
3.3.0+incompatible
Repository:
https://github.com/google/agi.git
Documentation:
pkg.go.dev
Versions
3
Dependencies
3
Dependents
0
Files
192 SLOC
#
Functions
Clear
Clear removes all entries from the dictionary d.
Entries
Entries returns the full list of entries in the dictionary d.
From
From returns a dictionary wrapping o.
IsSource
IsSource returns nil if v implements the generic interface Source.
#
Structs
Entry
Entry holds a key-value pair.
#
Interfaces
I
I is the interface for a dictionary.
Source
Source is a placeholder interface used to prototype a generic dictionary type.
#
Type aliases
K
V