@override void removeAllFromEnumSet(EnumSet<Lane> other) => this.rawValue = this.rawValue & ~other.rawValue;