Imports Types Procs Iterators Source Edit Authors: Zahary Karadjov, Andreas Rumpf This module provides support for memory mapped files (Posix’s mmap) on the different...
Identifier equality Identifier equality Two identifiers are considered equal if the following algorithm returns true: proc sameIdentifier ( a , b : string ): bool = ...
Case-Of Macro Case-Of Macro In Nim it is possible to have a macro with the syntax of a case-of expression just with the difference that all of branches are passed to and proce...
多行注释 多行注释 从语言的 0.13.0 版本开始, Nim 支持多行注释。如下: #[Comment here. Multiple lines are not a problem .]# 多行注释支持嵌套: #[ #[ Multiline comment in already commented out c...
Client Libraries from Third-party Developers Client Libraries from Third-party Developers Disclaimer Yandex does not maintain the libraries listed below and hasn’t done any ex...
Client Libraries from Third-party Developers Client Libraries from Third-party Developers Disclaimer Yandex does not maintain the libraries listed below and hasn’t done any e...
Assembler statement Assembler statement The direct embedding of assembler code into Nim code is supported by the unsafe asm statement. Identifiers in the assembler code that r...