Type Definition stencila_schema::Integer[][src]

pub type Integer = i64;
Expand description

An integer value

Uses i64 for maximum precision.