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
We use triple question marks ??? in Scala language to indicate thing that has yet to be implemented (often to focus only on the function composition and such)
How it looks now
The text was updated successfully, but these errors were encountered:
I didn't know Scala had such a syntax. ??? is not an operator, so it should not be ligatured, and when ??? is in a sequence, ?? should be unligatured.
I will fix this in the next patch update!
Glyph request
Type
Triple question marks -
???
Usage
We use triple question marks
???
in Scala language to indicate thing that has yet to be implemented (often to focus only on the function composition and such)How it looks now
The text was updated successfully, but these errors were encountered: