refFloat3OrNull method

Pointer<Float> refFloat3OrNull([
  1. double? y
])

Implementation

Pointer<Float> refFloat3OrNull([double? y]) => refPtrLitOrNull(y, '3', rl.Temp.Float$.Value);