nitweb: fix access to query results count
[nit.git] / lib / core / README.md
1 # Nit common library of core classes and methods
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: core::Object::==]]
16 [[doc: core::Object::!=]]
17 [[doc: core::Object::hash]]
18 [[doc: core::Object::is_same_instance]]
19 [[doc: core::Object::object_id]]
20
21 #### Debuging
22
23 [[doc: core::Object::output]]
24 [[doc: core::Object::output_class_name]]
25 [[doc: core::Object::is_same_type]]
26
27 ### Sys
28
29 [[doc: Sys]]
30
31 #### Program Execution
32
33 [[doc: core::Sys::main]]
34 [[doc: core::Sys::run]]
35
36 ### Other
37
38 [[defs: kernel]]
39
40 ## Core Collections
41
42 [[doc: core::collection]]
43
44 ## String and Text manipulation
45
46 [[doc: core::text]]