datacat.join

Members

Functions

gallop
SliceT gallop(SliceT slice)
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

fromAntiJoin
template fromAntiJoin(Args...)

Adds tuples from input1 whose key is not present in input2.

fromJoin
template fromJoin(Args...)

Adds tuples that result from joining input1 and input2.

Meta

Authors

Joakim BrännströmJoakim Brännström (joakim.brannstrom@gmx.com)

Port of DataFrog to D.

Functionality for joining Variables.