func()

in config.go [53:55]


func (c *Config) BucketCount() uint {
	return 1 << c.QBits()
}