class Cosmo::Operator::IntDiv

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, op : String = "//") : ValueType #

[View source]