// EventHandler is a delegate. EventHandlerID is
// an integral type.
This used to work (surprisingly? :-) ) until very recently (when I upgraded to DMD 2.064, it seems).
Now, I am getting this
object.Error: TypeInfo.compare is not implemented
when I try to use my '_eventHandlers' AA.
So, any suggestions?
Thanks a lot!
LMB