fn add(self: *Self, key: E, c: CountSize) error{Overflow}!void

Increases the key count by given amount.

Parameters

self: *Self,
key: E,
c: CountSize,