abstract class Crystal::PrimitiveType
inherits Crystal::ClassType
¶
Base type for primitive types like Bool and Char.
Included modules
Crystal::ClassVarContainer
Direct known subclasses
Crystal::BoolType
Crystal::CharType
Crystal::FloatType
Crystal::IntegerType
Crystal::NilType
Crystal::SymbolType