StringT.opBinary

Divides the String into num parts. The remainder is appended to the last piece.

  1. S opBinary(uint_t rhs)
  2. inout(S)[] opBinary(uint_t rhs)
    struct StringT(C)
    inout(S)[]
    opBinary
    inout
    (
    string op : "/"
    )
  3. S opBinary(T rhs)
  4. inout(C)* opBinary(inout C[] rhs)
  5. inout(S)[] divide(uint_t num)

Meta