Add algorithm.mutation.swap

This commit is contained in:
2017-11-01 13:03:48 +01:00
parent 392cdcf192
commit 12fb9ff9f6
7 changed files with 41 additions and 10 deletions

View File

@@ -27,7 +27,7 @@
module tanya.container.string;
import std.algorithm.comparison;
import std.algorithm.mutation : bringToFront, copy, swap;
import std.algorithm.mutation : bringToFront, copy;
import std.algorithm.searching;
static import std.range;
import tanya.algorithm.mutation;