Module testproject

Search:
Group by:

This is the top level module.

Examples:

doAssert bar(3, 4) == 7
foo(1, 2)

Procs

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

Macros

macro bar(): untyped

Templates

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