Skip to content

BitSwap32

Name Mandatory Description Default Type
⬅️ Input Takes a 32-bit integer value. Int
Output ➡️ Outputs the reversed bytes as an integer. Int

This shard takes a 32-bit integer, reverses their order of its bytes, and returns the result as an integer. This is useful for converting between different endianness formats.