StringT.opBinaryRight

Returns a pointer to the first character, if lhs is in this String.

  1. S opBinaryRight(uint_t lhs)
  2. inout(C)* opBinaryRight(T lhs)
    struct StringT(C)
    inout(C)*
    opBinaryRight
    inout
    (
    string op : "in"
    T
    )
    (
    T lhs
    )

Meta