package
1.1.3
Repository: https://github.com/infinitbyte/framework.git
Documentation: pkg.go.dev

# Constants

Constant to specify sorting by count.
Constant to specify sorting by size.

# Structs

No description provided by the author
KeyStats represents the statistics for each key, including its occurrence count and value size.
No description provided by the author

# Type aliases

ByCount implements sort.Interface to sort KeyStats by the occurrence count of each key.
BySize implements sort.Interface to sort KeyStats by the size of the value for each key.