Types Procs Source Edit This module allows querying the compiler about diverse configuration settings. See also compileOption. Types MultipleValueSetting {. pure .} ...
Collective imports from a directory Collective imports from a directory The syntax import dir / [moduleA, moduleB] can be used to import multiple modules from the same director...
Emit pragma Emit pragma The emit pragma can be used to directly affect the output of the compiler’s code generator. The code is then unportable to other code generators/backen...
Definitions Definitions Nim code specifies a computation that acts on a memory consisting of components called locations. A variable is basically a name for a location. Each va...