It also occurred to me to do something like this, but it isn't accepted either.

    override bool opEquals(T)(T value){
        return this.equals(value);
    }

Reply via email to