x as a static array with elements of type E.
immutable ushort x = 17; auto y = x.asN!ubyte; version(LittleEndian) assert(y == [17, 0].s);
See Implementation