i32

typei32

The signed 32-bit integer type.

This type can represent integers from -2,147,483,648 up to (and including) 2,147,483,647.

functionto_string(self: i32) String

Convert this value into a String.