StringT.rjoin

Like join, but also appends the separator.

  1. S rjoin(const S[] strs)
    struct StringT(C)
    S
    rjoin
    const
    (
    const S[] strs
    )
  2. S rjoin(const C[][] strs)

Meta