On Tue, 06 Jan 2015 20:44:36 GMT, Mathias LANG wrote:

Ultimately, what's wrong is that your parameter needs to be called '_item', not 'item'.

Ha! That was it. Thanks a lot!

There is however a bug here (reported recently: https://github.com/rejectedsoftware/vibe.d/issues/949 ), as the interface should report the error.

Side note: Unless your interface implements multiple interfaces, you don't need to cast.

It does and vibe was complaining, so that's why I added it.

Thanks again,
Drasha