short4

Undocumented in source.
  1. struct short4
    pure nothrow @nogc
    static if(MMXSizedVectorsAreEmulated)
    struct short4 {}
  2. alias short4 = Vector!(short[4])

Members

Mixins

__anonymous
mixin VectorOps!(short4, short[4])
Undocumented in source.

Variables

array
short[4] array;
Undocumented in source.

Meta