byte8

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

Members

Mixins

__anonymous
mixin VectorOps!(byte8, byte[8])
Undocumented in source.

Variables

array
byte[8] array;
Undocumented in source.

Meta