refInt4 method

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

Implementation

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