When implementing generics in a programming language often the binary does not contain any of the type information from the generics.
I'd like to have a compareTo method that takes a Real (a class for working with arbitrarily large and precise …
java generics overriding comparable erasure