StringT.opBinaryRight

Concatenates x copies of this string.

  1. S opBinaryRight(uint_t lhs)
    struct StringT(C)
    S
    opBinaryRight
    const
    (
    string op : "*"
    )
  2. inout(C)* opBinaryRight(T lhs)
  3. S times(uint_t x)
  4. S opBinary(uint_t rhs)

Meta