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