|
|
|
|
|
by nyanpasu64
2074 days ago
|
|
Algebraic data types have runtime case information, and won't let you reinterpret the underlying bits of a binary buffer between types. I think grandparent meant they wanted pointer casts, unions, reinterpret_cast, or transmute. |
|