src/pylib/nimpatch/utils

Search:
Group by:
Source   Edit  

Consts

JsBigInt64Option = true
Source   Edit  
NimVersionTuple = (2, 2, 2)
Source   Edit  

Templates

template addPatch(ver: (int, int, int); flag: untyped; patchBody: untyped) {.
    dirty.}
flag is a bool expr, here uses untyped to delay evaluation to get its string represent Source   Edit