package
3.3.0+incompatible
Repository: https://github.com/google/agi.git
Documentation: pkg.go.dev

# Functions

Clear removes all entries from the dictionary d.
Entries returns the full list of entries in the dictionary d.
From returns a dictionary wrapping o.
IsSource returns nil if v implements the generic interface Source.

# Structs

Entry
Entry holds a key-value pair.

# Interfaces

I is the interface for a dictionary.
Source is a placeholder interface used to prototype a generic dictionary type.

# Type aliases