refShort3OrNull method

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

Implementation

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