Joint

Iterate over a set of ranges by value in lockstep and return an ObsEnt, * which is used internally by entropy functions on each iteration.

Members

Functions

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

Properties

empty
bool empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
front
ObsEnt!(ElementsTuple!(T)) front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_jointRanges
T _jointRanges;
Undocumented in source.

Meta