You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
353 B
Markdown

# Introduzione alle Generics in Go
Materiale per il talk sulle generics del Go:
- <https://go.dev/blog/intro-generics>
Basi sulle generics
- <https://go.dev/blog/when-generics>
Quanto usarle e quando no
- <https://go.googlesource.com/proposal/+/HEAD/design/43651-type-parameters.md>
Questa è proprio la proposal ufficiale in teoria