Since the ASCII codes for ~ and | are greater than the alpha character codes, they are placed at the bottom of the method list compared to other operators such as !, +, or %. This is a bit odd as these two characters end up not grouped with the other operators.
For example, for Integer documentation, we can see that most of the operator methods are at the top:
Since the ASCII codes for
~
and|
are greater than the alpha character codes, they are placed at the bottom of the method list compared to other operators such as!
,+
, or%
. This is a bit odd as these two characters end up not grouped with the other operators.For example, for Integer documentation, we can see that most of the operator methods are at the top:
But there are two operators at the bottom: