template as_integer_ratio(self: NimInt): (NimInt, NimInt)
template bit_count(self: NimInt): NimInt
template bit_length(self: NimInt): NimInt
template conjugate(self: NimInt): NimInt
template is_integer(_: NimInt): bool