Type Alias Integer

Source
pub type Integer = i32;
Expand description

An integer, scalar value define as a type alias to allow switching between 32 and 64 bit integers