The logical conjunction ("and") of this and other.
other
Returns true if both this and other are true, and false otherwise.
true
false
@Since("2.1") bool operator &(bool other) => other && this;