仰望u9明明技术实力更强,为什么纽北的成绩没有小米su7ultra好?
有一个乌克兰的朋友问我,中国人凭什么能享受和平,我该怎么说?
皮肤太白是种怎样的体验?
网传厦门某国企研发部门要求每日考察后端 400 行,前端 1000 行代码量,如属实,这个考核合理吗?
鱼缸里的石子有哪些作用?
Vue性能优于React,那为什么还不用Vue?

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

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