From: Jeremy Faller Date: Wed, 1 Dec 2021 18:41:10 +0000 (-0500) Subject: doc/go1.18: add constraints package documentation X-Git-Tag: go1.18beta1~121 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d3bf627bc1e1a4959ecff797754e4a636aa6be1c;p=gostls13.git doc/go1.18: add constraints package documentation Updates #47694 Change-Id: I3239023dad194c317e271e6093eff2cfbed1a4b9 Reviewed-on: https://go-review.googlesource.com/c/go/+/368314 Trust: Jeremy Faller Run-TryBot: Jeremy Faller TryBot-Result: Gopher Robot Reviewed-by: Ian Lance Taylor --- diff --git a/doc/go1.18.html b/doc/go1.18.html index 285b44946e..6c246b8b7b 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -258,7 +258,9 @@ proposal.

New constraints package

- TODO: https://golang.org/cl/349709: constraints: new package + The new constraints package + defines a set of useful constraints that can be used with type parameters of + generic functions.

New net/netip package