Hacker News new | ask | show | jobs
by danachow 1642 days ago
This is a joke, right? Your trivial implementation isn't even correct.
1 comments

https://gotipplay.golang.org/p/N2v8aB1tUtN

Is this one better? It does run and doesn't rely on casting (not sure why GP's source took that route, it was lossy and kind of dumb). I suspect the compilation problem was because of a change in the syntax between when that was created and today.

yeah, it's just old. the `~int | ~float32 | etc` syntax is relatively recent.