Vitte Technical Index
This index links language mechanisms, narrative chapters, logical pages and keyword pages so you can find a concept by technical intent.
Entry points and orchestration: see docs/book/chapters/01-starting.html, docs/book/chapters/04-syntax.html, docs/book/chapters/keywords/entry.html, docs/book/chapters/keywords/at.html.
Procedures and contracts: see docs/book/chapters/06-procedures.html, docs/book/logique/types-et-contrats.html, docs/book/chapters/keywords/proc.html, docs/book/chapters/keywords/give.html, docs/book/chapters/keywords/return.html.
Types and data modeling: see docs/book/chapters/05-types.html, docs/book/chapters/08-structures.html, docs/book/chapters/keywords/form.html, docs/book/chapters/keywords/pick.html, docs/book/chapters/keywords/case.html, docs/book/chapters/keywords/type.html.
Conditions and guards: see docs/book/logique/conditions.html, docs/book/chapters/07-control.html, docs/book/chapters/keywords/if.html, docs/book/chapters/keywords/else.html, docs/book/chapters/keywords/otherwise.html, docs/book/chapters/keywords/and.html, docs/book/chapters/keywords/or.html, docs/book/chapters/keywords/not.html.
Loops and iteration: see docs/book/logique/boucles.html, docs/book/chapters/11-collections.html, docs/book/chapters/keywords/loop.html, docs/book/chapters/keywords/for.html, docs/book/chapters/keywords/in.html, docs/book/chapters/keywords/break.html, docs/book/chapters/keywords/continue.html.
Pattern matching and decomposition: see docs/book/logique/matching.html, docs/book/chapters/keywords/match.html, docs/book/chapters/keywords/select.html, docs/book/chapters/keywords/when.html, docs/book/chapters/keywords/is.html.
Expressions and conversions: see docs/book/logique/expressions.html, docs/book/chapters/keywords/as.html, docs/book/chapters/keywords/int.html, docs/book/chapters/keywords/bool.html, docs/book/chapters/keywords/string.html.
Modules and organization: see docs/book/chapters/03-project.html, docs/book/chapters/09-modules.html, docs/book/chapters/keywords/space.html, docs/book/chapters/keywords/pull.html, docs/book/chapters/keywords/use.html, docs/book/chapters/keywords/share.html.
Interop and unsafe boundaries: see docs/book/chapters/12-pointers.html, docs/book/chapters/16-interop.html, docs/book/chapters/keywords/unsafe.html, docs/book/chapters/keywords/asm.html.
Quality, tests, and reproducibility: see docs/book/chapters/10-diagnostics.html, docs/book/chapters/18-tests.html, docs/book/chapters/20-reproducibility.html.
Performance and architecture: see docs/book/chapters/19-performance.html, docs/book/chapters/29-style.html.