The solution is simple:

mixin template _Transform() {
public:
        alias this Transformable;

        // ...
}

Reply via email to