Add algorithm.mutation.uninitializedFill

This commit is contained in:
2018-10-20 10:42:01 +02:00
parent a04a04bb96
commit 3b5709821a
3 changed files with 44 additions and 5 deletions

View File

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