class IGOL::Apply

Defined in:

igol/commands.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(coord : Tuple(Int32, Int32), pattern : VarName | Pattern) #

[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 [](idx) #

[View source]
def coord : {Int32, Int32} #

def copy(coord = @coord, pattern = @pattern) : Apply #

[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def pattern : IGOL::Pattern | IGOL::VarName #

def to_named_tuple #

[View source]
def to_s(io) #

[View source]
def to_tuple #

[View source]

Macro Detail

macro []=(coord_pattern, pattern_pattern, rhs) #

[View source]