BitSwap64¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | Takes a 64-bit integer value. | Int | ||
| Output ➡️ | Outputs the reversed bytes as an integer. | Int | 
This shard takes a 64-bit integer, reverses their order of its bytes, and outputs the result as an integer. This is useful for converting between different endianness formats.