WebStringArrayCpp.opCmp

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

Meta