Type
type(X) returns information about X type.
type(X) returns information about X type.The following properties are available for an integer type T:
type(T).minThe smallest value representable by type T.type(T).maxThe largest value representable by type T.
Last updated