Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PreHashable ¶
type PreHashable interface { HashBytes() []byte Equal(PreHashable) bool }
type StringKey ¶
type StringKey string
func (StringKey) Equal ¶
func (str StringKey) Equal(other PreHashable) bool
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
func (*Table) Delete ¶
func (ht *Table) Delete(key PreHashable) error
func (*Table) Get ¶
func (ht *Table) Get(key PreHashable) (interface{}, bool)
func (*Table) Set ¶
func (ht *Table) Set(key PreHashable, value interface{})
Click to show internal directories.
Click to hide internal directories.