pub fn make_attr_uint64(u: u64) -> AttrValue
Create a new uint64 AttrValue
AttrValue
u
An owned AttrValue with unsigned integer (stored as u64) value
u.into() may be preferred, and supports all sizes of unsigned integer types.
u.into()
Cell Context