bucketCounts property

List<String>? bucketCounts
getter/setter pair

Counts of values in each bucket.

For efficiency, prefix and trailing buckets with count = 0 are elided. Buckets can store the full range of values of an unsigned long, with ULLONG_MAX falling into the 59th bucket with range [1e19, 2e19).

Implementation

core.List<core.String>? bucketCounts;