Basic usage Combine URIs Access URI item Data URI Base64 Imports Types Procs Iterators Source Edit This module implements URI parsing as specified by RFC 3986. A U...
Imports Types Procs Iterators Source Edit This module contains support for a rope data type. Ropes can represent very long strings efficiently; in particular, concatena...
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 impleme...
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/backend...
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 v...