fn add(self: *Self, key: E, c: CountSize) error{Overflow}!void
Increases the key count by given amount.
self: *Self,
key: E,
c: CountSize,