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