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