On Friday, November 11, 2011 10:28 Andrej Mitrovic wrote: > I thought interfaces can't have function bodies?
They can for final functions (which is unique to D, I believe). There are a few things about interfaces that are unique to D, but I'd have to go reread the relevant section in TDPL to remember all of the details. - Jonathan M Davis
