# Functions
No description provided by the author
NewCounterGen returns a Gen func which yields a unique value on each subsequent call, which is simply the base-10 string representation of an incrementing integer.
# Type aliases
Gen is a func which should generate key-value pairs.