DraganSr
web-links (blinks) web-log (blog) by Dragan Sretenovic
Friday, January 07, 2022
Generics in GoLang
›
gotipplay.golang.org func Print[T any](s ...T) { for _, v := range s { fmt.Print(v) } } Generics in Go Explained with Code Examples...
‹
›
Home
View web version