StringT.ljoin

Like join, but also prepends the separator.

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

Meta