Type conversions Type conversions Syntactically a type conversion is like a procedure call, but a type name replaces the procedure name. A type conversion is always safe in th...
Imports Macros Source Edit This module implements the with macro for easy function chaining. See https://github.com/nim-lang/RFCs/issues/193 and https://github.com/nim-l...
汇编语句 汇编语句 不安全的 asm 语句支持将汇编程序代码直接嵌入到Nim代码中。 汇编程序代码中引用Nim标识符的标识符应包含在特殊字符中,该字符可在语句的编译指示中指定。默认的特殊字符是 '`' : {. push stackTrace : off .} proc addInt ( a , b : int ): int ...
汇编语句 汇编语句 不安全的 asm 语句支持将汇编程序代码直接嵌入到Nim代码中。 汇编程序代码中引用Nim标识符的标识符应包含在特殊字符中,该字符可在语句的编译指示中指定。默认的特殊字符是 '`' : {. push stackTrace : off .} proc addInt ( a , b : int ): int ...
compile time define pragmas compile time define pragmas The pragmas listed here can be used to optionally accept values from the -d/—define option at compile time. The implem...