AlekSi / generics-vs-interfaces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generics-vs-interfaces

This repository contains the comparison of how a custom data structure can be implemented in Go with interfaces and new type parameters (generics).

Start with the interfaces package (including the test file), then continue with the generics package.

About


Languages

Language:Go 100.0%