alias Sizes::USize
Overview
The famous usize_t type from C, defined in this case for a 64-bit
architecture.
It is an alias to the type UInt64 on 64-bit processors, and an alias to
the type UInt32 on 32-bit processors.
Alias Definition
UInt64
The famous usize_t type from C, defined in this case for a 64-bit
architecture.
It is an alias to the type UInt64 on 64-bit processors, and an alias to
the type UInt32 on 32-bit processors.
UInt64