depend ~master (2022-05-12T20:08:02.3116493)
Dub
Repo
Dependency
model
Undocumented in source.
struct
Dependency {
FullyQualifiedName
client
;
FullyQualifiedName
supplier
;
this
(string client, string supplier);
this
(FullyQualifiedName client, FullyQualifiedName supplier);
int
opCmp
(Dependency that);
}
Constructors
this
this
(string client, string supplier)
Undocumented in source.
this
this
(FullyQualifiedName client, FullyQualifiedName supplier)
Undocumented in source.
Members
Functions
opCmp
int
opCmp
(Dependency that)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
client
FullyQualifiedName
client
;
Undocumented in source.
supplier
FullyQualifiedName
supplier
;
Undocumented in source.
Meta
Source
See Implementation
model
functions
packages
structs
Dependency
FullyQualifiedName