pipeFrom

creates one-way binding from multiple to one property destination.pipeFrom((Variant a, Variant b)=> a+b, num1, num2);

void
pipeFrom
(
ConverterType
P...
)
(,
ConverterType converter
,)
if (
is(ReturnType!ConverterType == Variant) &&
(ParameterTypeTuple!ConverterType).length == P.length
&&
is(NoDuplicates!(ParameterTypeTuple!ConverterType) == TypeTuple!Variant)
&&
is(NoDuplicates!P == TypeTuple!IProperty)
)

Meta