> I believe you're able to use > https://dlang.org/phobos/std_algorithm_mutation.html#.copy to achieve this. yes that did the trick and alias copyTo = copy; event makes it unambiguous which direction the copy is going in :)