Allow the 32 bit datum within a BitVector32 to be modified with a setter property #99177
Unanswered
The-Futurist
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the
Data
property of theBitVector32
only has aget
property, to set all bits to a different value one has to create anotherBitVector32
and assign that to the firstBitVector32
. Not exposing aset
offers no benefits.e.g.
I'd much prefer being able to write:
Beta Was this translation helpful? Give feedback.
All reactions