package
Version:
v0.13.3
Opens a new window with list of versions in this module.
Published: Jun 13, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package hash is a basic implementation of the hash data structure.
Table is a structured hash table.
New creates a hash table.
Get returns the value for the specified key.
Keys returns a slice of all the keys in the HashTable.
Set allows you to set the value for a new item in a hash table.
func (h *Table) Values() (values []interface{})
Values returns a slice of all the keys in the HashTable.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.