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

@ -14,7 +14,7 @@
*/
module tanya.memory;
import std.algorithm.mutation;
import std.algorithm.mutation : uninitializedFill;
import tanya.conv;
import tanya.exception;
public import tanya.memory.allocator;