Int numBuckets(Dict<a, b> d)
Arguments
d: A Dict
Usage
Get the number of buckets used in a dictionary. This function is not generally useful - it is implemented solely to make Dict to Dict mappings easier to implement (for example, the ElementTree makes use of it to apply Prelude::toLower to every key in a dictionary)