On Sun, 14 Apr 2013 02:50:07 -0400, gedaiu <[email protected]> wrote:
On Saturday, 13 April 2013 at 21:10:16 UTC, Nicolas Guillemot wrote:I think we should introduce a removeAll function for hashes. Either through Druntime or through a UFCS function that we could put in std.array or somewhere.How about .clear() for consistency with C++ containers?It looks nice... i am waiting for it :P
Might be confusing. clear used to do what destroy does now and is still in TDPL.
-Steve
