Please add the Uint32 type of variables. This type is usefull with bit operations.
Thanks
Uint32
Re: Uint32
Requested many times.
Unfortunatly we will not get it.
Unfortunatly we will not get it.
Re: Uint32
Bit operations don't care whether your type is signed or not, because they work with the individual bits. The only exception is the shift right, which is either arithmetic or not.Armoured wrote:Please add the Uint32 type of variables. This type is usefull with bit operations.
Thanks