Updates #47694
Change-Id: I232fb20b3a77409b84c15f9ec1586e480f0f6390
Reviewed-on: https://go-review.googlesource.com/c/go/+/369095
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
</dd>
</dl>
+<dl id="go/token"><dt><a href="/pkg/go/token/">go/token</a></dt>
+ <dd>
+ <p><!-- https://golang.org/issue/47781, CL 324992 -->
+ The new constant <a href="/pkg/go/token/#TILDE"><code>TILDE</code></a>
+ represents the <code>~</code> token per the proposal
+ <a href="https://go.googlesource.com/proposal/+/master/design/47781-parameterized-go-ast.md">
+ Additions to go/ast and go/token to support parameterized functions and types
+ </a>.
+ </p>
+ </dd>
+</dl>
+
<dl id="image/draw"><dt><a href="/pkg/image/draw/">image/draw</a></dt>
<dd>
<p><!-- CL 340049 -->