Add algorithm.mutation.fill()

This commit is contained in:
2018-10-06 16:00:08 +02:00
parent a8b18d7603
commit 4f9927a8c3
3 changed files with 74 additions and 3 deletions

View File

@ -14,7 +14,6 @@
*/
module tanya.math.mp;
import std.algorithm.mutation : fill;
import tanya.algorithm.comparison;
import tanya.algorithm.iteration;
import tanya.algorithm.mutation;