diff --git a/src/mmath/svector.nim b/src/mmath/svector.nim index c98abe7..db3d89c 100644 --- a/src/mmath/svector.nim +++ b/src/mmath/svector.nim @@ -12,6 +12,38 @@ proc buildSVector*[SIZE, T](elems : varargs[T]) : SVector[SIZE, T] = for i in 0..