Links to documents of classes.
Rice basic classes.
The followings are links to the document of the class which is standard built in the Rice.
These classes are available for all applications using the Rice.
bool | Represents a Boolean (true or false) value. |
dictionary | Represents a collection of keys and values. |
error | Represents a error information. |
int | Represents a 32 bit signed integer. |
list | Represents a list that can be accessed by index. |
long | Represents a 64 bit signed integer. |
pair | Provides functionality for holding related instances. |
proxy | Provides a function to conceal the type of an instance. |
queue | Represents a first-in-first-out collection. |
real | Represents a 64 bit floating point number. |
rice | Represents the language system itself. |
stack | Represents a last-in-first-out collection. |
string | Represents a string. |