Era Scarecrow:

 So then in theory

 Variant v;
 int i = v.getValue; //calls getValue!int()

I think this is not possible in D.

This seems possible:
auto i = v.getValue!int;

Bye,
bearophile

Reply via email to