yche
Results
2
issues of
yche
Is there any plan to add into the specification how to convert a typeid to binary format? In my other personal project utilising typeid, I will need to serialise the...
If I understand correctly, `z.catch` always catches all errors, and it is not possible to only catch on certain cases and rethrow the error in other cases. For example, if...