|
|
|
|
|
by peq
1867 days ago
|
|
It is related in some way. Since Go has no generics, it does not have datatypes like Sets, Maps (go has maps, but only supports a few types as keys), or Graphs. It also does not have immutable collections. This complects data modeling. |
|