This is the top level module.
Examples:
import
subdir / subdir_b / utils
doAssert bar(3, 4) == 7
foo(enumValueA, enumValueB)
A {...}{.inject.} = enum
aA
-
The enum A.
B {...}{.inject.} = enum
bB
-
The enum B.
proc bar[T](a, b: T): T
-
proc isValid[T](x: T): bool
-
func someFunc() {...}{.raises: [], tags: [].}
-
My someFunc.
template foo(a, b: SomeType)
-
This does nothing