Module testproject

Search:
Group by:

This is the top level module.

Examples:

import
  subdir / subdir_b / utils

doAssert bar(3, 4) == 7
foo(enumValueA, enumValueB)

Vars

aVariable: array[1, int]

Procs

proc bar[T](a, b: T): T

Macros

macro bar(): untyped

Templates

template foo(a, b: SomeType)
This does nothing