class IGOL::Apply
- IGOL::Apply
- IGOL::Command
- Reference
- Object
Defined in:
igol/commands.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #[](idx)
- #coord : {Int32, Int32}
- #copy(coord = @coord, pattern = @pattern) : Apply
-
#hash(hasher)
See
Object#hash(hasher)
- #pattern : IGOL::Pattern | IGOL::VarName
- #to_named_tuple
- #to_s(io)
- #to_tuple
Macro Summary
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.