pub fn make_attr_int64(i: i64) -> AttrValue
Create a new int64 AttrValue
AttrValue
i
An owned AttrValue with signed integer (stored as i64) value
i.into() may be preferred, and supports all sizes of unsigned integer types.
i.into()
Cell Context