1.0.0[−][src]Constant sgx_tstd::i64::MIN
pub const MIN: i64 = i64::min_value(); // -9_223_372_036_854_775_808i64
The smallest value that can be represented by this integer type.
Use i64::MIN
instead.
pub const MIN: i64 = i64::min_value(); // -9_223_372_036_854_775_808i64
The smallest value that can be represented by this integer type.
Use i64::MIN
instead.