std.range.put?
jerro
a at a.com
Mon May 21 06:18:46 PDT 2012
Previous message:
std.range.put?
Next message:
std.range.put?
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
>
void put(int v){ arr ~= v; }
should be void put(T v){ *arr ~= v; }
Previous message:
std.range.put?
Next message:
std.range.put?
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Digitalmars-d-learn mailing list