SE-0243: Codepoint and Character Literals

I'm not sure what you mean. These are not integer literals; they are string literals.

Swift does not support f, ul, or other suffixes for numeric literals as found in C; this was a deliberate choice, but I would have to dig for longer to find Chris's post specifically on that topic. Nor did we accept r as a prefix for raw strings; no doubt that discussion is still fresh in your mind.

I will do you one better, however: here is Chris's opinion of this exact idea.

We are under no deadline to produce the good.

1 Like