Utils/compat

Search:
Group by:
Source   Edit  

Types

MayPromise[T] = T
Source   Edit  

Procs

proc getAppFilenameCompat(): string {.inline, ...raises: [], tags: [ReadIOEffect],
                                      forbids: [].}
Source   Edit  

Templates

template addCompat[T](a, b: seq[T])
Source   Edit  
template echoCompat(content)
Source   Edit  
template errEchoCompat(content)
Source   Edit  
template errEchoCompatNoRaise(s: string)
Source   Edit  
template mayAsync(def): untyped
Source   Edit  
template mayAwait(x): untyped
Source   Edit  
template mayNewPromise(x): untyped
Source   Edit  
template mayWaitFor(x): untyped
Source   Edit  
template quitCompat(e: untyped = 0)
Source   Edit  
template readLineCompat(prompt): string
Source   Edit  
template writeStdoutCompat(s)
Source   Edit