|
|
|
|
|
by ori_b
2468 days ago
|
|
Yes, custom containers are one place that generics are very useful. Go has the most useful containers built in. Most code I write doesn't need custom containers, even in languages with templates (I write far more C++ and Java than Go) -- so I find that I don't miss them much when I spend time in Gopherspace. |
|