Between<ValType> constructor

const Between<ValType>(
  1. Field<ValType> field,
  2. ValType low,
  3. ValType high
)

Implementation

const Between(this.field, this.low, this.high);