Add algorithm.mutation.copy

This commit is contained in:
2018-08-05 07:19:30 +02:00
parent b04928d2c8
commit abd286064b
4 changed files with 61 additions and 11 deletions

View File

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