Returns the number of items in a hash
Return the number of items in the hash
integer
Christpher Brown
See Also hash
hash
h <- hash( letters, 1:26 ) length(h) # 26