此布尔值与other的逻辑“与”操作。
other
如果此值和other都为true,则返回true,否则返回false。
true
false
@Since("2.1") bool operator &(bool other) => other && this;