Introduction

Let’s get an overview of Go generics.

We'll cover the following...

Overview of generics

This chapter is about generics and how to use the new syntax to write generic functions and define generic data types. The new generics syntax became available with the release of Go 1.18. ...