@@ -826,7 +826,7 @@ assuming L<two's complement|https://en.wikipedia.org/wiki/Two%27s_complement>.
826
826
827
827
= head2 prefix C « ~^ »
828
828
829
- Coerces the argument to a non-variable-encoding string buffer type (eg . C < buf8 > , C < buf16 > , C < buf32 > )
829
+ Coerces the argument to a non-variable-encoding string buffer type (e.g . C < buf8 > , C < buf16 > , C < buf32 > )
830
830
and then flips each bit in that buffer.
831
831
832
832
Please note that this has not yet been implemented.
@@ -945,20 +945,20 @@ Integer bit shift to the right.X<|integer bit shift operator,right>
945
945
946
946
= head2 infix C « ~& »
947
947
948
- Coerces each argument to a non-variable-encoding string buffer type (eg . C < buf8 > , C < buf16 > , C < buf32 > )
948
+ Coerces each argument to a non-variable-encoding string buffer type (e.g . C < buf8 > , C < buf16 > , C < buf32 > )
949
949
and then performs a numeric bitwise AND on corresponding integers of the two buffers, padding the
950
950
shorter buffer with zeroes.
951
951
952
952
= head2 infix C « ~< »
953
953
954
- Coerces the left argument to a non-variable-encoding string buffer type (eg . C < buf8 > , C < buf16 > , C < buf32 > )
954
+ Coerces the left argument to a non-variable-encoding string buffer type (e.g . C < buf8 > , C < buf16 > , C < buf32 > )
955
955
and then performs a numeric bitwise left shift on the bits of the buffer.
956
956
957
957
Please note that this has not yet been implemented.
958
958
959
959
= head2 infix C « ~> »
960
960
961
- Coerces the left argument to a non-variable-encoding string buffer type (eg . C < buf8 > , C < buf16 > , C < buf32 > )
961
+ Coerces the left argument to a non-variable-encoding string buffer type (e.g . C < buf8 > , C < buf16 > , C < buf32 > )
962
962
and then performs a numeric bitwise right shift on the bits of the buffer.
963
963
964
964
Please note that this has not yet been implemented.
@@ -1027,13 +1027,13 @@ operation.
1027
1027
1028
1028
= head2 infix C « ~| »
1029
1029
1030
- Coerces each argument to a non-variable-encoding string buffer type (eg . C < buf8 > , C < buf16 > , C < buf32 > )
1030
+ Coerces each argument to a non-variable-encoding string buffer type (e.g . C < buf8 > , C < buf16 > , C < buf32 > )
1031
1031
and then performs a numeric bitwise OR on corresponding integers of the two buffers, padding the
1032
1032
shorter buffer with zeroes.
1033
1033
1034
1034
= head2 infix C « ~^ »
1035
1035
1036
- Coerces each argument to a non-variable-encoding string buffer type (eg . C < buf8 > , C < buf16 > , C < buf32 > )
1036
+ Coerces each argument to a non-variable-encoding string buffer type (e.g . C < buf8 > , C < buf16 > , C < buf32 > )
1037
1037
and then performs a numeric bitwise XOR on corresponding integers of the two buffers, padding the
1038
1038
shorter buffer with zeroes.
1039
1039
0 commit comments