dsemver.compare

Undocumented in source.

Members

Enums

ResultValue
enum ResultValue

Undocumented in source.

Functions

combine
ResultValue combine(ResultValue on, ResultValue no)

Undocumented in source. Be warned that the author may not have intended to support it.

compareOldNew
Result[] compareOldNew(const(Member) old, const(Member) neu, string[] path)

Undocumented in source. Be warned that the author may not have intended to support it.

compareOldNew
Result[] compareOldNew(const(Ast) old, const(Ast) neu)

Undocumented in source. Be warned that the author may not have intended to support it.

findMember
Nullable!(const(Member)) findMember(const(Member) toFindIn, const(Member) mem)

Undocumented in source. Be warned that the author may not have intended to support it.

findMember
Nullable!(const(Member)) findMember(const(Module) toFindIn, const(Member) mem)

Undocumented in source. Be warned that the author may not have intended to support it.

findModule
Nullable!(const(Module)) findModule(const(Ast) toFindIn, const(Module) mod)

Undocumented in source. Be warned that the author may not have intended to support it.

summarize
ResultValue summarize(const(Result)[] rslts)

Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Result
struct Result

Undocumented in source.

Meta