- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for Result (0.04 seconds)
-
doc/go_spec.html
<p> A function type denotes the set of all functions with the same parameter and result types. The <a href="#Representation_of_values">value</a> of an uninitialized variable of function type is <code>nil</code>. </p> <pre class="ebnf"> FunctionType = "func" Signature . Signature = Parameters [ Result ] . Result = Parameters | Type . Parameters = "(" [ ParameterList [ "," ] ] ")" .
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Tue Dec 02 23:07:19 GMT 2025 - 286.5K bytes - Click Count (1)