|
|
|
|
|
by tapirl
2190 days ago
|
|
Comparing it with the builtin hashtable: * the custom one: hashtable.Table(string, int) * the builtin one: map[string]int The syntax forms are quite different. Wouldn't it be better to make them consistent? Is it so hard to achieve this? |
|