为什么大家不再提星链了(包括外网)?
买到烂尾楼到底该有多绝望?
中国外交部及有关使领馆正迅速组织撤离在以、伊的中国公民,目前当地情况如何?
《西西里美丽传说》女主角,在当时打扮这么高调,不觉得带给自己很多不便吗?如何理解她的心态?
如何评价泰勒·斯威夫特的身材?
正常人一次一顿能吃完一斤牛肉吗?

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

发布日期:2025-06-23 10:20:13 浏览次数: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要标新立异用中括号?