refShort2OrNull method

Pointer<Short> refShort2OrNull([
  1. int? y
])

Implementation

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