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