Hello, I was wondering if it's possible to convert a `float64` into 8 `uint8` s. To be more precise, I need to add the `float64` into a `seq[uint8]`, and then have a way of converting the corresponding bytes back to a `float64`.
Can this be achieved? If so, how?
