wafel_
api
0.1.0
wafel_api
Type Alias
IntValue
Copy item path
pub type IntValue =
i128
;
Expand description
An integer value.
i128 is used so that any
IntType
can fit in it.