@inlinable public var bigEndian: Self { #if _endian(big) return self #else return byteSwapped #endif }