For details see the <a href="https://golang.org/ref/spec">language spec</a>.
</p>
<ul>
- <li>
- The new token <code>~</code> is added to the set of
- <a href="https://golang.org/ref/spec#Operators_and_punctuation">operators and punctuation</a>.
- </li>
<li>
The syntax for
<a href="https://golang.org/ref/spec#Function_declarations">Function</a> and
now accepts
<a href="https://golang.org/ref/spec#Type_parameters">type parameters</a>.
</li>
+ <li>
+ Parameterized functions and types can be instantiated by following them with a list of
+ type arguments in square brackets.
+ </li>
+ <li>
+ The new token <code>~</code> has been added to the set of
+ <a href="https://golang.org/ref/spec#Operators_and_punctuation">operators and punctuation</a>.
+ </li>
<li>
The syntax for
<a href="https://golang.org/ref/spec#Interface_types">Interface types</a>
as type constraints.
An interface now defines a set of types as well as a set of methods.
</li>
- <li>
- Parameterized functions and types can be instantiated by following them with a list of
- type arguments in square brackets.
- </li>
<li>
The new
<a href="https://golang.org/ref/spec#Predeclared_identifiers">predeclared identifier</a>