|
|
|
|
|
by coder543
2085 days ago
|
|
I would just recommend constructing them as Amplitude values to begin with and avoid the need for a transmute. That Vec isn’t going to materialize out of thin air, and there’s no cost to using one of these zero size wrappers from the beginning. But, yes, you probably could transmute it... if you really have to. |
|