Integer

Type Alias Integer 

Source
pub type Integer = i64;
Expand description

An integer value

Uses i64 for maximum precision.