firstBucketOffset property
Starting index of first stored bucket.
The non-inclusive upper-bound of the ith bucket is given by: pow(10,(i-first_bucket_offset)/3) * (1,2,5)[(i-first_bucket_offset)%3]
Implementation
core.int? firstBucketOffset;
Starting index of first stored bucket.
The non-inclusive upper-bound of the ith bucket is given by: pow(10,(i-first_bucket_offset)/3) * (1,2,5)[(i-first_bucket_offset)%3]
core.int? firstBucketOffset;