rcTroykaSeries.rcTroykaSeries

template rcTroykaSeries(alias lfun, alias cfun, alias rfun)
@optmath
rcTroykaSeries
(
IndexIterL
IterL
size_t LN
SliceKind lkind
IndexIterR
IterR
size_t RN
SliceKind rkind
)
(
auto ref Series!(IndexIterL, IterL, LN, lkind) lhs
,
auto ref Series!(IndexIterR, IterR, RN, rkind) rhs
)

Parameters

lhs Series!(IndexIterL, IterL, LN, lkind)

left hand series

rhs Series!(IndexIterR, IterR, RN, rkind)

right hand series

Return Value

Type: auto

RC-allocated union series with length equal to troykaLength

Meta