Procedural type Procedural type A procedural type is internally a pointer to a procedure. nil is an allowed value for variables of a procedural type. Nim uses procedural types...
Header pragma Header pragma The header pragma is very similar to the noDecl pragma: It can be applied to almost any symbol and specifies that it should not be declared and ins...
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...
used pragma used pragma Nim produces a warning for symbols that are not exported and not used either. The used pragma can be attached to a symbol to suppress this warning. Thi...