There's no Binary class only ints and PackedByteArray but neither allows you to edit individual bits
and there's no way to just print out the binary value of something.
I require editing binary data as I need to process and change a whole lotta data as I`m trying to implement
the system seen in this video video
So I`m kinda stuck as I was trying to do a hacky implementation through PackedStringArray but that was way to slow
with way to many steps to be viable. So I ask is there any good way to go about editing binary data?