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

@ -24,7 +24,7 @@
module tanya.memory.smartref;
import std.algorithm.comparison;
import std.algorithm.mutation;
import tanya.algorithm.mutation;
import tanya.conv;
import tanya.exception;
import tanya.memory;