Is there a type which is basically an (unsigned) char, but with the additional feature that a pointer derived from it wouldn't alias with basically anything? This type would be handy for optimizing marshaling code.
Is there a type which is basically an (unsigned) char, but with the additional feature that a pointer derived from it wouldn't alias with basically anything? This type would be handy for optimizing marshaling code.