package
1.13.6
Repository: https://github.com/csrgxtu/gf.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

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
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
Map based on red-black tree, alias of RedBlackTree.