Another example of how std.algorithm is so hard to use (it's almost tempting me to start swearing...):

How do you remove an item from an array in place?

It seems so darn simple, and yet it's not in std.algorithm (or std.range). It makes something so easy so tedious.

Reply via email to