src/nint128/bitwise/shift

Source   Edit  

Procs

func `shl`[T: SomeInteger](x: Int128; y: T): Int128 {.inline.}
Source   Edit  
func `shl`[T: SomeInteger](x: UInt128; y: T): UInt128 {.inline.}
Source   Edit  
func `shr`[T: SomeInteger](x: Int128; y: T): Int128 {.inline.}
Source   Edit  
func `shr`[T: SomeInteger](x: UInt128; y: T): UInt128 {.inline.}
Source   Edit