Am 22.01.2013 18:05, schrieb Tove: > (...) > > "int***" is both compact and easy enough to parse anyway. > Consider "int[4u] delegate(scope float*[void function(scope int)] p1, Rebindable!(const(C))*[]* b)"
There are actually quite some things to parse in human readable type strings, I even remember some expressions. And parsing this is at least as language specific as the mangled name. But I agree that having both should be a good compromise.
