src/cplib/tmpl/sheep

  Source   Edit

Consts

INF32: int32 = 1001000027'i32
  Source   Edit
INF64: int = 3300300300300300491
  Source   Edit

Procs

proc `%`(x: int; y: int): int {....raises: [], tags: [].}
  Source   Edit
proc `//`(x: int; y: int): int {.inline, ...raises: [], tags: [].}
  Source   Edit
proc join[T: not string](a: openArray[T]; sep: string = ""): string
  Source   Edit
proc oo(b: bool = true): void {....raises: [IOError], tags: [WriteIOEffect].}
  Source   Edit
proc print(args: varargs[string, `$`]) {....raises: [IOError],
    tags: [WriteIOEffect].}
  Source   Edit
proc print(prop: tuple[f: File, sepc: string, endc: string, flush: bool];
           args: varargs[string, `$`]) {....raises: [IOError],
    tags: [WriteIOEffect].}
  Source   Edit
proc yes(b: bool = true): void {....raises: [IOError], tags: [WriteIOEffect].}
  Source   Edit

Macros

macro debug(args: varargs[untyped]): untyped
  Source   Edit