On Tuesday, 31 August 2021 at 17:21:02 UTC, deadalnix wrote: > I have a good idea how to solve all these problems. I have no > idea how to solve the type qualifier one. I need help. Declare opAssign on Vector!(const T) that takes const Vector!T, then the assignment will compile.