refInt3 method

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

Implementation

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