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