refInt2 method

Pointer<Int> refInt2([
  1. int? y
])

Implementation

Pointer<Int> refInt2([int? y]) => rl.Temp.Int$.Value(y, '2');