Exemple #1
0
 def __lshift__(self, other):
     res = cbits(n=self.n + other)
     inst.shlci(res, self, other)
     return res
Exemple #2
0
 def __lshift__(self, other):
     res = cbits(n=self.n+other)
     inst.shlci(res, self, other)
     return res