Can Jade's primitive types inherit their lesser equivalent methods
I have just added a method to Integer64 and require the same functionality for Integer. Actually my Integer method just calls the Integer64 method with type conversion. I have a few times type converted from a Char to a String as well. It does rai...