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