Relation.this

Create an instance.

If the input is sorted no further sorting is done.

struct Relation(TupleT)
this
(,
auto ref ARGS args
)
if (
isInputRange!T &&
is(ElementType!T == TupleT)
&&
(
ARGS.length == 1
&&
is(ARGS[0] == TaskPool)
||
)
)

Parameters

other T

the source to pull elements from.

Meta