class CrystalLib::ConstantArrayType

Defined in:

crystal_lib/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : Type, size : Int64) #

[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 size : Int64 #

[View source]
def size=(size : Int64) #

[View source]
def to_s(io) #

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

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

[View source]