StringT.rjoin

Like join, but also appends the separator.

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

Meta