speedtyper.dev icon indicating copy to clipboard operation
speedtyper.dev copied to clipboard

Double Vertical Bars (||) vs Double Pipe (||)

Open jirafey opened this issue 2 years ago • 1 comments
trafficstars

image i have no idea how to type double vertical bars and it just should register pipes as vertical bars

jirafey avatar Nov 16 '23 09:11 jirafey

I took a quick look on this, I think this code is normal double pipe || https://github.com/rust-lang/rust/blob/master/library/core/benches/iter.rs#L144-L148

It's not using any weird symbols from what I can see. The most likely explanation for this is that you did not type the pipe symbol correctly even if you think you did.

The fix would be to make this more clear for users. Because it is a recurring problem.

codicocodes avatar Nov 16 '23 17:11 codicocodes