stint

Source   Edit  

Types

Int128 = StInt[128]
Source   Edit  
Int256 = StInt[256]
Source   Edit  
UInt128 = StUint[128]
Source   Edit  
UInt256 = StUint[256]
Source   Edit  

Procs

func `'i128`(s: static string): Int128 {.inline.}
Source   Edit  
func `'i256`(s: static string): Int256 {.inline.}
Source   Edit  
func `'u128`(s: static string): UInt128 {.inline.}
Source   Edit  
func `'u256`(s: static string): UInt256 {.inline.}
Source   Edit  
func i128(n: SomeInteger): Int128 {.inline.}
Source   Edit  
func i128(s: string): Int128 {.inline, ...raises: [ValueError], tags: [],
                               forbids: [].}
Source   Edit  
func i256(n: SomeInteger): Int256 {.inline.}
Source   Edit  
func i256(s: string): Int256 {.inline, ...raises: [ValueError], tags: [],
                               forbids: [].}
Source   Edit  
func u128(n: SomeInteger): UInt128 {.inline.}
Source   Edit  
func u128(s: string): UInt128 {.inline, ...raises: [ValueError], tags: [],
                                forbids: [].}
Source   Edit  
func u256(n: SomeInteger): UInt256 {.inline.}
Source   Edit  
func u256(s: string): UInt256 {.inline, ...raises: [ValueError], tags: [],
                                forbids: [].}
Source   Edit