package
Version:
v0.0.0-...-a4a72b7
Opens a new window with list of versions in this module.
Published: Dec 23, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
HashMap is golang implementation of hashmap
Make creates a new HashMap instance with input size and capacity
New return new HashMap instance
Contains checks if given key is stored in hashmap
Get returns value associated with given key
Put puts new key value in hashmap
Source Files
¶
Click to show internal directories.
Click to hide internal directories.