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).min
The smallest value representable by type T.type(T).max
The largest value representable by type T.
Last updated