class CrystalLib::PrimitiveType
- CrystalLib::PrimitiveType
- CrystalLib::Type
- Reference
- Object
Defined in:
crystal_lib/types.crConstructors
Class Method Summary
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher)
- #kind : Clang::TypeKind
- #kind=(kind : Clang::TypeKind)
- #to_s(io)
Constructor Detail
Class Method Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.