@@ -6,25 +6,22 @@ Central table of contents for the project documentation.
66
77Recommended reading order:
88- ** Var** — core ` var ` type and related topics
9- - [ Core API ] ( Var/var.md ) — ` var ` fundamentals, ownership, type model
9+ - [ Variable ] ( Var/var.md ) — ` var ` fundamentals, ownership, type model
1010 - [ Types & DTypes] ( Var/dtypes.md )
1111 - [ Construction & Lifetime] ( Var/construction_and_lifetime.md )
1212 - [ Type Introspection & Conversion] ( Var/type_introspection_and_conversion.md )
1313 - [ Containers & Sequences] ( Var/container_and_sequence_operations.md )
1414 - [ String-like Methods] ( Var/string_like_methods.md )
1515 - [ Numeric & Arithmetic] ( Var/numeric_arithmetic.md )
1616 - [ Comparison & Boolean] ( Var/comparison_and_boolean.md )
17- - [ Iterators, Mapping & Functional Helpers] ( iterators_mapping_functional.md )
17+ - [ Iterators, Mapping & Functional Helpers] ( Var/ iterators_mapping_functional.md)
1818 - [ Graph Helpers] ( Var/graph_helpers.md )
1919- [ Math] ( Math/math.md ) — math library (trig, logs, random, checked arithmetic)
2020- [ Errors] ( Errors/errors.md ) — exception hierarchy and idiomatic handling
2121- [ Iteration & Loops] ( Loops/iteration.md ) — ` range ` , ` enumerate ` , ` zip ` , macros
2222- [ Functional] ( Functional/functional.md ) — ` map ` , ` filter ` , ` reduce ` , comprehensions
2323- [ File I/O] ( File_io/File_io.md ) — ` File ` , ` open() ` , quick helpers
24- - [ Containers Reference] ( dtypes.md ) — list/set/dict/ordered variants and notes
2524- [ Performance] ( performance.md ) — internal storage, hot-path tips
26- - [ API Reference] ( api_reference.md ) — generated API surface (where available)
27- - [ Graph] ( graph.md ) — Graph API and integration examples
2825- [ Design Notes] ( design_notes.md ) — rationale and tradeoffs
2926- [ Contributing] ( contributing.md ) — how to help and submit changes
3027- [ Changelog] ( changelog.md ) — release notes
0 commit comments