bearophile Tue, 17 Jan 2012 16:40:16 -0800
Is code vaguely like this meaningful and useful?
void main() { alias (x => x ^^ 2) sqrTemplate; } Bye, bearophile