betweenIn method

Expr betweenIn(
  1. Object a,
  2. Object b
)

Implementation

Expr betweenIn(Object a, Object b) => and(ge(this, $(a)), le(this, $(b)));