Open nathanielhourt opened 3 years ago
I find that typestring_is("") resolves to typestring<'\0'>, but I expect it to resolve to typestring<>.
typestring_is("")
typestring<'\0'>
typestring<>
I find that
typestring_is("")
resolves totypestring<'\0'>
, but I expect it to resolve totypestring<>
.