- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for F2 (0.04 sec)
-
doc/go1.17_spec.html
<p> That function may be called normally with an explicit receiver, so these five invocations are equivalent: </p> <pre> t.Mv(7) T.Mv(t, 7) (T).Mv(t, 7) f1 := T.Mv; f1(t, 7) f2 := (T).Mv; f2(t, 7) </pre> <p> Similarly, the expression </p> <pre> (*T).Mp </pre> <p> yields a function value representing <code>Mp</code> with signature </p>
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0)