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