It seems that currently the ligature for .. and ..= are looking very different (the dots of the latter are much bigger and in the middle vertically). Is there any reason ..= is designed that way?
This ligature looks unfortunate for Rust, because in Rust .. is exclusive range, and ..= is inclusive range, they have very similar semantics.
It would be great if ..= can look similar to ...
It seems that currently the ligature for
..and..=are looking very different (the dots of the latter are much bigger and in the middle vertically). Is there any reason..=is designed that way?This ligature looks unfortunate for Rust, because in Rust
..is exclusive range, and..=is inclusive range, they have very similar semantics.It would be great if
..=can look similar to...