troykaGalop.troykaGalop

  1. void troykaGalop(Series!(IndexIterL, IterL, LN, lkind) lhs, Series!(IndexIterR, IterR, RN, rkind) rhs)
  2. void troykaGalop(LeftRange lhs, RightRange rhs)
    template troykaGalop(alias lfun, alias cfun, alias rfun)
    pragma(inline, false)
    @optmath
    void
    troykaGalop
    (
    LeftRange
    RightRange
    )
    (
    LeftRange lhs
    ,
    RightRange rhs
    )
    if (
    isInputRange!LeftRange &&
    isInputRange!RightRange
    &&
    !isSeries!LeftRange
    &&
    !isSeries!RightRange
    )

Parameters

lhs LeftRange

left hand input range

rhs RightRange

right hand input range

Meta