PathCmp

Implements comparison for linked-list-like path structures. Requires PathCommon and a compareContents definition.

mixin template PathCmp () {}

Members

Functions

opCmp
int opCmp(typeof(this) b)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta