Closed ctron closed 6 months ago
Having a NormalizedString and wanting to consume it as a String isn't possible right now without cloning the String. I think this is not necessary. This PR adds a way to turn it back into a String.
NormalizedString
String
Having a
NormalizedString
and wanting to consume it as aString
isn't possible right now without cloning theString
. I think this is not necessary. This PR adds a way to turn it back into aString
.