I believe it would be valuable to separate the full `Pattern` with its elements, from a simple string. ```rust key = Hello { $world } key2 = { LEN($num, style: "long") } ``` `Hello { $world }` is a Pattern, but `"long"` could be just a simple string.
I believe it would be valuable to separate the full
Patternwith its elements, from a simple string.Hello { $world }is a Pattern, but"long"could be just a simple string.