class

IGOL::State

Inherits Reference < Object

Constructors

new(variables : Hash(String, Pattern), grid : GameOfLife)
Source

Instance methods

==(other : self)

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

[](idx)
Source
copy(variables = @variables, grid = @grid) : State
Source
grid
hash(hasher)

See Object#hash(hasher)

to_named_tuple
Source
to_s(io)
Source
to_tuple
Source
variables

Macros

[]=(variables_pattern, grid_pattern, rhs)
Source