IntConstCellExtensions extension

on

Methods

eq(int val) bool
Equal to
gt(int val) bool
Greater than
gte(int val) bool
Greater than or equal to
lt(int val) bool
Less than
lte(int val) bool
Less than or equal to

Operators

operator %(ConstCell<int> other) Cell<int>
operator *(ConstCell<int> other) Cell<int>
operator +(ConstCell<int> other) Cell<int>
operator -(ConstCell<int> other) Cell<int>
operator <(ConstCell<int> other) bool
operator <=(ConstCell<int> other) bool
operator >(ConstCell<int> other) bool
operator >=(ConstCell<int> other) bool
operator unary-() Cell<int>
operator ~/(ConstCell<int> other) Cell<int>
Performs integer division of this object.