- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for InterfaceElem (0.05 sec)
-
doc/go_spec.html
The <a href="#Representation_of_values">value</a> of an uninitialized variable of interface type is <code>nil</code>. </p> <pre class="ebnf"> InterfaceType = "interface" "{" { InterfaceElem ";" } "}" . InterfaceElem = MethodElem | TypeElem . MethodElem = MethodName Signature . MethodName = identifier . TypeElem = TypeTerm { "|" TypeTerm } . TypeTerm = Type | UnderlyingType .
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Tue Dec 02 23:07:19 UTC 2025 - 286.5K bytes - Viewed (1)