gpt4 book ai didi

syntax - 尼姆 : Meaning of exclamation mark before a string constant

转载 作者:行者123 更新时间:2023-12-01 12:34:06 26 4
gpt4 key购买 nike

阅读宏文档 ( http://nim-lang.org/docs/macros.html ),我遇到了这段代码:

nnkIdent(!"echo")

我试图找出感叹号的含义,但在 Nim 文档中找不到任何内容。

那么:Nim 中的 "string"!"string" 有什么区别?

最佳答案

此上下文中的感叹号是创建标识符的宏语法。 Here是定义:

proc `!`(s: string): NimIdent {.magic: "StrToIdent", noSideEffect.}

从字符串 s 构造一个标识符

关于syntax - 尼姆 : Meaning of exclamation mark before a string constant,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31111318/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com