The OpenD Programming Language

StringMap.opEquals

== implementation. Doesn't depend on order

  1. bool opEquals(StringMap!V rhs)
    struct StringMap(T)
    scope const @trusted pure @nogc nothrow
    bool
    opEquals
    (
    V
    )
    (
    scope const StringMap!V rhs
    )
  2. bool opEquals(const(V)[const(K)] rhs)

Meta