Synopsis:
t_x -- returns the number of times x is counted by t.
See also:
Code:
-- ../../../Macaulay2/m2/set.m2:12 Tally _ Thing := (a,b) -> if a#?b then a#b else 0