cd780d03ea8a63cd22645bf874e241a4c7d0d26a
[nit.git] / lib / standard / README.md
1 # Nit Core Library
2
3 Core classes and methods used by default by Nit programs and libraries.
4
5 ## Core Basic Types and Operations
6
7 [[doc:kernel]]
8
9 ### Object
10
11 [[doc:Object]]
12
13 #### Equality
14
15 [[doc:Object::==]]
16 [[doc:Object::!=]]
17 [[doc:Object::hash]]
18 [[doc:Object::is_same_instance]]
19 [[doc:Object::object_id]]
20
21 #### Debuging
22
23 [[doc:Object::output]]
24 [[doc:Object::output_class_name]]
25 [[doc:Object::is_same_type]]
26
27 ### Sys
28
29 [[doc:Sys]]
30
31 #### Program Execution
32
33 [[doc:Sys::main]]
34 [[doc:Sys::run]]
35
36 ### Other
37
38 [[list:kernel]]
39
40 ## Core Collections
41
42 [[doc:collection]]
43
44 ## String and Text manipulation
45
46 [[doc:text]]