Type Definition uwu_types::uwusize[][src]

type uwusize = usize;
Expand description

The pointer-sized unsigned integer type.

The size of this primitive is how many bytes it takes to reference any location in memory. For example, on a 32 bit target, this is 4 bytes and on a 64 bit target, this is 8 bytes.