The OpenD Programming Language

Ref.opEquals

  1. bool opEquals(T rhs)
    struct Ref(T)
    const scope
    bool
    opEquals
    (
    ref scope const T rhs
    )
    if (
    !isRef!T
    )
  2. bool opEquals(T rhs)

Meta