chronos/srcloc

  Source   Edit

Types

SrcLoc = object
  procedure*: cstring
  file*: cstring
  line*: int
  Source   Edit

Procs

proc `$`(loc: ptr SrcLoc): string {....raises: [], tags: [].}
  Source   Edit

Templates

template getSrcLocation(procedure: static string = ""): ptr SrcLoc
  Source   Edit