Allow passing a constructed object by reference, without redundant indirection. The intended use is with types which support the dot operator (a non-null class, a struct, or a non-null struct pointer).
See Implementation
Allow passing a constructed object by reference, without redundant indirection. The intended use is with types which support the dot operator (a non-null class, a struct, or a non-null struct pointer).