Type Definition stencila_schema::Integer

source · []
pub type Integer = i64;
Expand description

An integer value

Uses i64 for maximum precision.