if I have `Vec3ub: Vec3t` and `Vec3i: Vec3t` and V...
# getting-started
e
if I have
Vec3ub: Vec3t
and
Vec3i: Vec3t
and Vec3i has a secondary
constructor(v: Vec3t<Number>)
, why can't I initialize a Vec3i from a Vec3ub
Vec3i(vec3ub)
?