BvExtract constructor

BvExtract(
  1. int high,
  2. int low,
  3. Expr arg
)

Implementation

BvExtract(this.high, this.low, this.arg);