Searched defs:IsNumType (Results 1 – 2 of 2) sorted by relevance
109 func (x ID) IsNumType() bool { return minNumType <= x && x <= maxNumType } func
710 func (n *TypeExpr) IsNumType() bool { func