PairList

Undocumented in source.

Constructors

this
this(Pair!(A, B)[] list)
Undocumented in source.

Members

Functions

allA2B
auto allA2B(A a)
Undocumented in source. Be warned that the author may not have intended to support it.
allB2A
auto allB2A(B b)
Undocumented in source. Be warned that the author may not have intended to support it.
countA
size_t countA(A a)
Undocumented in source. Be warned that the author may not have intended to support it.
countB
size_t countB(B b)
Undocumented in source. Be warned that the author may not have intended to support it.
firstA2B
B firstA2B(A a, B defalutValue)
Undocumented in source. Be warned that the author may not have intended to support it.
firstB2A
A firstB2A(B b, A defalutValue)
Undocumented in source. Be warned that the author may not have intended to support it.
isUniqA
bool isUniqA()
Undocumented in source. Be warned that the author may not have intended to support it.
isUniqB
bool isUniqB()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

list
Pair!(A, B)[] list;
Undocumented in source.

Meta