refFloat1OrNull method

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

Implementation

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