On Saturday, 5 December 2015 at 00:13:02 UTC, BLM768 wrote:
list.removeWithComplexity(Complexity.linear, 3);
Uh, I mean list.removeWithComplexity!(Complexity.linear)(3).
On Saturday, 5 December 2015 at 00:13:02 UTC, BLM768 wrote:
list.removeWithComplexity(Complexity.linear, 3);
Uh, I mean list.removeWithComplexity!(Complexity.linear)(3).