class CrystalLib::BlockPointerType

Defined in:

crystal_lib/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : Type) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def to_s(io) #

[View source]
def type : CrystalLib::Type #

[View source]
def type=(type : CrystalLib::Type) #

[View source]