On Sunday, 15 January 2017 at 20:33:30 UTC, Alexandru Ermicioi wrote:
Good day,

Given following code example, where a templated interface Wr, and an implementation Im is present:


From the standpoint of the compiler they are 3 distinct interfaces, so all is good.

interface Wr(T) {
    T get();
}

[...]

Reply via email to