Dependency.toHash

Compares dependency specifications.

These methods are suitable for equality comparisons, as well as for using Dependency as a key in hash or tree maps.

  1. bool opEquals(Dependency o)
  2. int opCmp(Dependency o)
  3. size_t toHash()
    struct Dependency
    @safe const nothrow @trusted
    size_t
    toHash
    ()

Meta