如何评价任天堂新游戏《咚奇刚 蕉力全开》的专场直面会?
男子蛋糕被小女孩踩坏,上前理论还被其家长辱骂殴打,如果发生这种事情有比***里当事人更好的处理方法吗?
800V是什么技术,为什么特斯拉不跟进?
为什么国人普遍不接受月付的订阅制而喜欢一口价买断制呢?
这个世界有多少用WinRAR的付费用户?
异性同办公室久了会不会日久生情?

大部分语言都用尖括号<>表示泛型,为什么golang要标新立异用中括号?

发布日期:2025-06-21 13:50:17 浏览次数:0

最新的设计文档里面对这一块做了一个解释。

Why not use the syntax F like C++ and J***a? When parsing code within a function, such as v := F, at the point of seeing the < it's ambiguous whether we are seeing a type instantiation or an expression using the < operator. This is very difficult to resolve without type information. For example, consider a statement like a, b = w < x, y > (z) Withou…。

大部分语言都用尖括号<>表示泛型,为什么golang要标新立异用中括号?