ddox show a parsing error (complaining about a missing parens) if this function is in docs: ```d /// What's wrong with it? bool opEquals(const typeof(null) o) const @safe nothrow pure { .... } ```