Type Definition vector2math::simd::i32x2[][src]

type i32x2 = Simd<[i32; 2]>;
This is supported on crate feature simd only.

A 64-bit vector with 2 i32 lanes.

Trait Implementations

impl Vector2 for i32x2[src]

type Scalar = i32

The scalar type