eq

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool eq(A a, B b)
  2. bool eq(A a, B b)
    bool
    eq
    (
    A
    B
    )
    (
    in A a
    ,
    in B b
    )
    if (
    is(typeof(A.init[0] != B.init[0]))
    )

Meta