Hacker News new | ask | show | jobs
by saagarjha 2861 days ago
> I suppose union based type punning makes the intent a little clearer (vis a vis memcpy) but that's a weak argument at best.

How much more explicit can you get than a memcpy?

1 comments

I meant the fact that you're actually reinterpreting bits and not really copying them somewhere.