WebStringArray.opCmp

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int opCmp(WebStringArrayCpp rhs)
  2. int opCmp(WebStringArray rhs)
  3. int opCmp(E[] rhs)
    struct WebStringArray
    const
    int
    opCmp
    (
    E
    )
    (
    in E[] rhs
    )
    if (
    is(typeof(this[0].opCmp(rhs[0])))
    )

Meta