@override void addAllFromEnumSet(EnumSet<Lane> other) => this.rawValue = this.rawValue | other.rawValue;