refInt1 method

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

Implementation

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