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