- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for Invocation (0.05 sec)
-
doc/go1.17_spec.html
<a href="#Assignability">assignable</a> to the parameter types of <code>F</code> and are evaluated before the function is called. The type of the expression is the result type of <code>F</code>. A method invocation is similar but the method itself is specified as a selector upon a value of the receiver type for the method. </p> <pre> math.Atan2(x, y) // function call var pt *Point
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Oct 10 18:25:45 UTC 2024 - 211.6K bytes - Viewed (0)