b2 static method

int b2(
  1. dynamic d,
  2. dynamic b
)

Implementation

static int b2(d, b) { return d[b] | (d[b + 1] << 8); }