ReturnParamDest

How a return parameter escapes its pointer value

Values

ValueMeaning
returnVal

through return statement: return x

this_

assigned to a struct instance: this.x = x

firstArg

assigned to first argument: firstArg = x

Meta