[C++] Refactor endian swapping to indicate swap direction
Open
- Dominant language
- C++
- Stars
- 17.1k
- Forks
- 4.3k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 88
Description
This is necessary for swapping endianness of types where some of the type must be inspected during swapping, such as Utf8View (where the string's size must be inspected to determine whether the string is inline or has an index/offset which must be swapped as well)
Contributor guide
Assessment
This issue has not been assessed yet.