viaduct
0.3.0
compiler
/
io.github.aplcornell.viaduct.syntax.operators
/
ComparisonOperator
/
apply
apply
override
fun
apply
(
argument1
:
Value
,
argument2
:
Value
)
:
Value
Computes the result of applying this operator to
argument1
and
argument2
.
abstract
fun
apply
(
left
:
Int
,
right
:
Int
)
:
Boolean