|
|
|
|
|
by ngrilly
3289 days ago
|
|
> Similar extensions have been explored for collections to further omit the instanceof checks without requiring explicit type parameterization. For example, if a collection is only written to privately, you can infer casts from what types are inserted in to the collection. This could be exactly what Go needs. Any link to some reference material on this topic? |
|