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