Update other-reprs.md

pull/495/head
Kurt Heiritz (pseudo) 4 days ago committed by GitHub
parent 8b61acfaea
commit f4a6be3dbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -30,6 +30,8 @@ says they should still consume a byte of space.
* DST pointers (wide pointers) and tuples are not a concept
in C, and as such are never FFI-safe.
* Raw arrays of types are not FFI-safe.
* Enums with fields also aren't a concept in C or C++, but a valid bridging
of the types [is defined][really-tagged].

Loading…
Cancel
Save