class Cosmo::Operator::MinusAssign

Defined in:

cosmo/runtime/operator.cr

Instance Method Summary

Instance methods inherited from class Cosmo::Operator::Base

apply(expr : E) : ValueType forall E apply

Constructor methods inherited from class Cosmo::Operator::Base

new(interpreter : Interpreter) new

Instance Method Detail

def apply(expr : Expression::CompoundAssignment | Expression::UnaryOp, op_lexeme : String = "-=") : ValueType #

[View source]