作为标题,iotagolang中的全名是什么(不是用法):
const ( // iota is reset to 0
c0 = iota // c0 == 0
c1 = iota // c1 == 1
c2 = iota // c2 == 2
)
Run Code Online (Sandbox Code Playgroud)
Ale*_*hov 24
这本身就是全名."iota"是希腊字母表中的字母.这是典型的数学符号:
您也可以在其他编程语言中找到它(参见Scheme中的iota).
| 归档时间: |
|
| 查看次数: |
1790 次 |
| 最近记录: |