You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Values that have a corresponding __pass__ function, will be passed through __pass__ before the function receives them. The function pointer itself, will never be affected by this.
Result Value
The resulting value is the value returned by the function. If the function returns void, then it cannot be used within an expression, but only as a statement.
Neglected Return Values
If the callee returns a value that is ignored and the ignored value has a __defer__, then the corresponding __defer__ will implicitly be called on the neglected value.