Procs
func argsWithDefault[T](args: seq[T]; index: int; default: T): T
- Source Edit
func findSubstr(s: string; t: string; strFroms: seq[int]): bool {....raises: [], tags: [], forbids: [].}
- Source Edit
Macros
macro mainExamples(body: untyped): untyped
- Source Edit
Templates
template isAbstract(): untyped
- Source Edit
template unreachable(s: string): untyped
- Source Edit