join

TODO: add description

void
join
(
alias logicFn
Input1T
Input2T
OutputT
)
(
Input1T input1
,
Input2T input2
,
OutputT output
)

Parameters

output
Type: OutputT

the result of the cross product between input1 and input2 by applying logicFn

Meta