package status const sectionBitSize = 10 // EqualNumber checks if the numerical Code equals num. func EqualNumber(code, num uint32) bool { return code == num } // InSections checks if the Code is in [i,j] section list. func InSections(code, i, j uint32) bool { return code >= i<