subdir/subdir_b/utils

This is now a header

Next header

And so on

More headers

Up to level 6
  1. An enumeration
  2. Second idea here.

More text.

  1. Other case value
  2. Second case.

Types

SomeType = enum
  enumValueA, enumValueB, enumValueC

Procs

proc someType(): SomeType {...}{.raises: [], tags: [].}
constructor.

Templates

template aEnum(): untyped
template bEnum(): untyped
template fromUtilsGen(): untyped
this should be shown in utils.html

Example:

assert 3*2 == 6
ditto