func int(a: PyStr | PyBytes): NimInt
func int(a: PyStr | PyBytes; base: int): NimInt
template int(a: bool): NimInt
template int(a: char): NimInt
template int(f: float): NimInt
template int(i: SomeInteger): NimInt
template int(obj: HasIndex and HasIndex): NimInt
template int(obj: HasIndex): NimInt
template int(obj: HasTrunc): NimInt
template nimint(a): NimInt