How to change alignment in MemoryLayout

Hello, in Swift We can get a default alignment value of Struct like this:
MemoryLayout.alignment
Now ,if I wanna change the value how to do it?

This topic was automatically closed after 166 days. New replies are no longer allowed.