diff --git a/doc/go1.18.html b/doc/go1.18.html index fb0b054e28..4f485143a9 100644 --- a/doc/go1.18.html +++ b/doc/go1.18.html @@ -29,6 +29,66 @@ Do not send CLs removing the interior tags from such phrases. TODO: complete this section

+

Generics

+ +

+ Go 1.18 includes an implementation of generic features as described by the + Type + Parameters Proposal. + This includes major - but fully backward-compatible - changes to the language. + The following is a list of the most visible changes. For a more comprehensive overview, see the + proposal. + For details see the language spec. +

+ + +

+ The current generics implementation has the following limitations: +

+

+

Bug fixes

@@ -56,24 +116,6 @@ Do not send CLs removing the interior tags from such phrases. programs is likely very small.

-

Generics

- -

- Go 1.18 includes an implementation of generics as described - by the - generics proposal. -

- -

- The current generics implementation has the following limitations: -

-

-

Fuzzing