Ref4 method
Writes o into slot '4' and returns its pointer.
Shorthand for Value(o, '4'). Use RefOrNull4 if o may be null
and the callee expects nullptr in that case..
Implementation
Pointer<T> Ref4([X? o]) => Value(o, '4');
Writes o into slot '4' and returns its pointer.
Shorthand for Value(o, '4'). Use RefOrNull4 if o may be null
and the callee expects nullptr in that case..
Pointer<T> Ref4([X? o]) => Value(o, '4');