Counter.poke

Pokes a token in the counter table, incrementing its counter value. If the token doesn't exist, it's created and assigned a counter of 1.

struct Counter(T)
void
poke
()

Meta