Procs
proc isStaticFile(path: string; dirs: openArray[string]): tuple[hasValue: bool, filename, dir: string] {...}{.inline, raises: [], tags: [ReadDirEffect].}
- Source Edit
Templates
template since(version, body: untyped) {...}{.dirty.}
- limitation: can't be used to annotate a template (eg typetraits.get), would error: cannot attach a custom pragma. Source Edit
template sinceApi(version, body: untyped) {...}{.dirty.}
- limitation: can't be used to annotate a template (eg typetraits.get), would error: cannot attach a custom pragma. Source Edit
template beforeApi(version, body: untyped) {...}{.dirty.}
- limitation: can't be used to annotate a template (eg typetraits.get), would error: cannot attach a custom pragma. Source Edit