jerro Mon, 21 May 2012 06:23:36 -0700
void put(int v){ arr ~= v; }
should be void put(T v){ *arr ~= v; }