funny that in bytecode method descriptors, the ret...
# random
e
funny that in bytecode method descriptors, the return function type also comes at the end, same as kotlin, opposite as Java
void m(int i, float f)
->
(IF)V
😁 2