func gt(x, y: Int128): bool {.inline, ...raises: [], tags: [], forbids: [].}
func gt(x, y: UInt128): bool {.inline, ...raises: [], tags: [], forbids: [].}
template GreaterThan(x, y: SomeInt128): bool