Type Alias radium::types::RadiumI128

source ·
pub type RadiumI128 = Cell<i128>;
Expand description

Best-effort atomicity for i128.

The required atomic support is not stabilized in core, so this is unconditionally a Cell.

Aliased Type§

struct RadiumI128 { /* private fields */ }