Пример #1
0
 def __rand__(self, other):
     _taichi_skip_traceback = 1
     return ti.bit_and(other, self)
Пример #2
0
 def __and__(self, other):
     import taichi as ti
     return ti.bit_and(self, other)
Пример #3
0
 def __and__(self, other):
     import taichi as ti
     _taichi_skip_traceback = 1
     return ti.bit_and(self, other)