<div dir="ltr"><div><div>According to the <a href="https://developer.apple.com/documentation/swift/unsaferawbufferpointer/2632297-load">docs</a>, the <span style="font-family:monospace,monospace">load(fromByteOffset:as:)</span> method requires the instance to be “properly aligned” Does that mean if I have raw data meant to be interpreted as <br><br></div><span style="font-family:monospace,monospace">0      1      2      3      4      5      6<br>[ Int8 |    Int16    |    Int16    | Int8 | Int8 ]</span><br><br><br></div>i can’t just load the <span style="font-family:monospace,monospace">Int16</span> from byte offset 1?<br></div>