src/pylib/numTypes/ints/longint

Search:
Group by:
Source   Edit  
Deprecated: long(a.k.a. PyLong) is not supported, currently it's just a alias of BiggestInt (e.g. int64 on 64bit system)

TODO: later may allow to switch to bigints when compile

Templates

template long(a: bool): int {....deprecated: """long(a.k.a. PyLong) is not supported, 
currently it's just a alias of BiggestInt (e.g. int64 on 64bit system)""".}
Deprecated: long(a.k.a. PyLong) is not supported, currently it's just a alias of BiggestInt (e.g. int64 on 64bit system)
Source   Edit  
template long(a: char): BiggestInt {....deprecated: """long(a.k.a. PyLong) is not supported, 
currently it's just a alias of BiggestInt (e.g. int64 on 64bit system)""".}
Deprecated: long(a.k.a. PyLong) is not supported, currently it's just a alias of BiggestInt (e.g. int64 on 64bit system)
Source   Edit  
template long(a: string): BiggestInt {....deprecated: """long(a.k.a. PyLong) is not supported, 
currently it's just a alias of BiggestInt (e.g. int64 on 64bit system)""".}
Deprecated: long(a.k.a. PyLong) is not supported, currently it's just a alias of BiggestInt (e.g. int64 on 64bit system)
Source   Edit  
template long[T: SomeNumber](a: T): BiggestInt {....deprecated: """long(a.k.a. PyLong) is not supported, 
currently it's just a alias of BiggestInt (e.g. int64 on 64bit system)""".}
Deprecated: long(a.k.a. PyLong) is not supported, currently it's just a alias of BiggestInt (e.g. int64 on 64bit system)
Source   Edit