Types
Local[T] = distinct ptr SystemVarData[T]
- Wrapper around data that is specific to a single system
SystemVarData[T] = object
- A system variable
Procs
proc getOrRaise[T](sysvar: SystemVar[T]): var T {.inline.}
- Returns the value in a system variable