You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Sometimes you need to tell the compiler what exact type is your literal or what encoding does your string use, like in this example:
Clasical sproach used by many languages is to introduce literal sufixes and prefixes like this:
Other option would be type hinting (proposed in issue #74)
Consider this example:
Note that this is only valid for literals, so the folowing would result in error.
3 votes ·
Beta Was this translation helpful? Give feedback.
All reactions