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

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

A 32-bit vector with 2 i16 lanes.

Trait Implementations

impl Vector2 for i16x2[src]

type Scalar = i16

The scalar type