module Sizes

Overview

Defines the types USize and ISize meaning the unsigned type and signed type which is namely the architecture's bit specialisation.

On 64-bit processors, this would mean 64-bit integers, while on 32-bit processors, they are 32-bit integers.

The type definitions are done on compile-time and are processor dependent, meaning this might not be portable.

Defined in:

size_t.cr

Constant Summary

VERSION = "0.1.0"