package
0.0.0-20220822083226-7f81a180ff49
Repository: https://github.com/hoveychen/go-utils.git
Documentation: pkg.go.dev
# Functions
New creates a new map structure.
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
Wrap takes the ownership of a built-in map, and return a new map structure.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Counter provides comprehensive statistic functions over a bunch of numbers.
FloatMap is a Map with values as built-in float64 type.
No description provided by the author
No description provided by the author
IntMap is a Map with values as built-in int type.
No description provided by the author
Map is a simple implementation of thread-safe key-value structure just like the built-in map.
MapEntry is the return structure for iterating.
Set is a Map with values as built-in bool type.
StringMap is a Map with values as built-in string type.
No description provided by the author