Trivial: Expand body of Dependency.opEquals
While the m_value difference is the common case, the other ones need to be checked as well, so put them first as they are cheaper. Additionally, having three expressions on a single return is not ideal for coverage / break, so split it into 3 lines. |
---|
|
source/dub/dependency.d |
---|