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

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

A 128-bit vector with 2 i64 lanes.

Trait Implementations

impl Vector2 for i64x2[src]

type Scalar = i64

The scalar type