you can do `@Vector(8, u32)` to get a type and any operations you do on said type gets broken down b
you can do
@Vector(8, u32) to get a type and any operations you do on said type gets broken down by the compiler into the smallest amount of SIMD instructions it can

