func genForbiddenMask()

in packed.go [57:59]


func genForbiddenMask(bits uint) uint64 {
	return ^((uint64(1) << bits) - 1)
}