DJSNString.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. O opBinary(string rhs)
  2. O opBinary(T rhs)
    class DJSNString
    O
    opBinary
    (
    string op
    this O
    T
    )
    (
    T rhs
    )
    if (
    is(T == int) ||
    is(T == double)
    )
  3. O opBinary(DJSNValue rhs)

Meta