5efc1498cdAdd some `enforce` blocks for safety reasons.
2 anni fa
therealbluepandabear
f4cd8bf61bAdd constructor to `Vector` which takes one parameter called `size`. This will construct a vector with `x` and `y` values of `size`. This can be efficient in scenarios in which the user would want to define a `Vector` with an equal `x` and `y`.