package
0.1.0
Repository: https://github.com/donetkit/gtool.git
Documentation: pkg.go.dev

# Functions

New creates and returns an empty hash map.
NewAnyAnyMap creates and returns an empty hash map.
NewAnyAnyMapFrom creates and returns a hash map from given map `data`.
NewFrom creates and returns a hash map from given map `data`.
NewHashMap creates and returns an empty hash map.
NewHashMapFrom creates and returns a hash map from given map `data`.
NewIntAnyMap returns an empty IntAnyMap object.
NewIntAnyMapFrom creates and returns a hash map from given map `data`.
NewIntIntMap returns an empty IntIntMap object.
NewIntIntMapFrom creates and returns a hash map from given map `data`.
NewIntStrMap returns an empty IntStrMap object.
NewIntStrMapFrom creates and returns a hash map from given map `data`.
NewListMap returns an empty link map.
NewListMapFrom returns a link map from given map `data`.
NewStrAnyMap returns an empty StrAnyMap object.
NewStrAnyMapFrom creates and returns a hash map from given map `data`.
NewStrIntMap returns an empty StrIntMap object.
NewStrIntMapFrom creates and returns a hash map from given map `data`.
NewStrStrMap returns an empty StrStrMap object.
NewStrStrMapFrom creates and returns a hash map from given map `data`.
NewTreeMap instantiates a tree map with the custom comparator.
NewTreeMapFrom instantiates a tree map with the custom comparator and `data` map.

# Structs

AnyAnyMap wraps map type `map[interface{}]interface{}` and provides more map features.
No description provided by the author
No description provided by the author
No description provided by the author
ListMap is a map that preserves insertion-order.
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
TreeMap based on red-black tree, alias of RedBlackTree.