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