mult

Undocumented in source. Be warned that the author may not have intended to support it.
pure nothrow
mult
(
T1
T2
)
(
T1 op1
,
T2 op2
)
if (
__traits(isSame, TemplateOf!(T1), Fixed) &&
__traits(isSame, TemplateOf!(T2), Fixed)
)

Meta