@override bool containsAllFromEnumSet(EnumSet<Lane> other) => (this.rawValue & other.rawValue) == this.rawValue;