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


Generics in Go: Viva La Revolution!

Dragan at 6:00 AM No comments:
‹
›
Home
View web version

About Me

My photo
Dragan
View my complete profile
Powered by Blogger.