Dependency.merge

Merges two dependency specifications.

The result is a specification that matches the intersection of the set of versions matched by the individual specifications. Note that this result can be invalid (i.e. not match any version).

struct Dependency
const
merge
(
ref const(Dependency) o
)

Meta