Pair

Undocumented in source.

Constructors

this
this(T a, U b)
Undocumented in source.
this
this(T a, U b)
Undocumented in source.

Alias This

m_obj

Members

Properties

first
inout(T) first [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
second
inout(U) second [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_obj
Tuple!(T, U) m_obj;
Undocumented in source.

Meta