# u64 `````{roto:type} u64 The unsigned 64-bit integer type. This type can represent integers from 0 up to (and including) 18,446,744,073,709,551,615. ````` ````{roto:function} to_string(self: u64) -> String Convert this value into a `String`. ````