refShort4OrNull method

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

Implementation

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