Enum planus_cli::intermediate_language::types::SimpleType [−][src]
pub enum SimpleType {
Struct(DeclarationIndex),
Enum(DeclarationIndex),
Bool,
Integer(IntegerType),
Float(FloatType),
}Variants
Struct(DeclarationIndex)
Tuple Fields
Enum(DeclarationIndex)
Tuple Fields
Bool
Integer(IntegerType)
Tuple Fields
0: IntegerTypeFloat(FloatType)
Tuple Fields
0: FloatType