Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java <~> is a half ligature #179

Closed
rickmark opened this issue Apr 23, 2016 · 6 comments
Closed

Java <~> is a half ligature #179

rickmark opened this issue Apr 23, 2016 · 6 comments

Comments

@rickmark
Copy link

Font combines <~ but the > is not connected appearing strange

@tonsky
Copy link
Owner

tonsky commented Apr 25, 2016

Wow, what does this thing mean in Java?

On Sun, Apr 24, 2016 at 5:59 AM Richard Mark notifications@github.com
wrote:

Font combines <~ but the > is not connected appearing strange


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#179

@MadcapJake
Copy link

I don't believe there is a <~> operator in Java. ~ is bitwise complement.

@madisp
Copy link

madisp commented Jun 2, 2016

IntelliJ collapses type parameters into <~>, example:

https://www.dropbox.com/s/13iildrlpuohwan/Screenshot%202016-06-02%2009.38.30.png

@ewirch
Copy link

ewirch commented Jun 20, 2016

True. <~> is not a Java operator. It's simply a visual IntelliJ uses to abbreviate type parameters. This ligature would increase readability for IntelliJ users.

@tonsky
Copy link
Owner

tonsky commented Sep 1, 2016

@tzm41
Copy link

tzm41 commented Jan 11, 2017

Nice job. <~> is also used in Swift a lot of times as custom two-way mapping operators.

Losangelosgenetics pushed a commit to Losangelosgenetics/FiraCode that referenced this issue Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants