Exemple #1
0
func (info opInfo) secondaryType() types.T {
	return types.T(info >> 8)
}
Exemple #2
0
func (info opInfo) primaryType() types.T {
	return types.T(uint8(info))
}