public virtual object InPlaceBitwiseAnd(object self, object other) { return(Ops.BitwiseAnd(self, other)); }
public static object OperatorAnd(object a, object b) { return(Ops.BitwiseAnd(a, b)); }