About this document Void type Generic define pragma Top-down type inference Sequence literals Package level objects Importing private symbols Code reordering Special Operat...
Debug Example Debug Example The following example implements a powerful debug command that accepts a variable number of arguments: # to work with Nim syntax trees, we need an...
Methods Methods Procedures always use static dispatch. Methods use dynamic dispatch. For dynamic dispatch to work on an object it should be a reference type. type Expres...
See also Types Procs Note: In order to use this module, run nimble install checksums. Module for computing MD5 checksums . Be aware that using MD5 for cryptographic purposes...