class Cosmo::Operator::Bshl

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::BinaryOp) : ValueType #

[View source]