kenji hara <k.hara...@gmail.com> wrote:

I'm now implementing function getting original object from
interface(like Drawable).
----
auto c = new C();
auto d = adaptTo!Drawable(c);
...
auto c2 =  = XXX!C(d)
assert(c2 is c);
----
In this case, XXX's name may be antonym of adaptTo.
What is the antonym of 'duck'?

goose?

--
Simen

Reply via email to