typestring
typestring copied to clipboard
typestring_is("") resolves to undesired typestring<'\0'> type
I find that typestring_is("")
resolves to typestring<'\0'>
, but I expect it to resolve to typestring<>
.