combine

Pre-multiply transformation into target, returning a reference to target

@nogc @safe pure nothrow ref
combine
(
ref return Transform!(T, Dim, O1) target
,
const auto ref Transform!(T, Dim, O2) transformation
)

Meta