Replies: 1 comment 1 reply
-
We have bitwise methods on class We don't have any plans to introduce bitwise operators. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a plan to support bitwise operators for integers, like
&
,|
,^
,~
, and also shifts ?This would be highly useful to build some configuration values in my application
Beta Was this translation helpful? Give feedback.
All reactions