class Counter::CounterState
- Counter::CounterState
- Reference
- Object
Defined in:
counter/counter.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #[](idx)
- #copy(value = @value) : CounterState
-
#hash(hasher)
See
Object#hash(hasher)
- #to_named_tuple
- #to_s(io)
- #to_tuple
- #value : Int32
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?
.