diff options
| author | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-19 13:01:39 +0000 |
|---|---|---|
| committer | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-19 13:01:39 +0000 |
| commit | dca83c5f7cd410c36dae609e0a67461bf067161c (patch) | |
| tree | a44944e13e591b68c654378509d2d1e774a8f8ab | |
| parent | 639c6ac65a1bd44b2ba0725fe7016a4920bf0950 (diff) | |
Update index
| -rw-r--r-- | README.md | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -40,17 +40,49 @@ Join the discussion, share demos, ask questions, or report bugs in the official - [1. Variables and Constants](#1-variables-and-constants) - [2. Primitive Types](#2-primitive-types) - [3. Aggregate Types](#3-aggregate-types) + - [Arrays](#arrays) + - [Tuples](#tuples) + - [Structs](#structs) + - [Enums](#enums) + - [Unions](#unions) + - [Type Aliases](#type-aliases) - [4. Functions & Lambdas](#4-functions--lambdas) + - [Functions](#functions) + - [Lambdas (Closures)](#lambdas-closures) - [5. Control Flow](#5-control-flow) + - [Conditionals](#conditionals) + - [Pattern Matching](#pattern-matching) + - [Loops](#loops) + - [Advanced Control](#advanced-control) - [6. Operators](#6-operators) + - [Overloadable Operators](#overloadable-operators) + - [Syntactic Sugar](#syntactic-sugar) - [7. Printing and String Interpolation](#7-printing-and-string-interpolation) + - [Keywords](#keywords) + - [Shorthands](#shorthands) + - [String Interpolation (F-strings)](#string-interpolation-f-strings) + - [Input Prompts (`?`)](#input-prompts-) - [8. Memory Management](#8-memory-management) + - [Defer](#defer) + - [Autofree](#autofree) + - [RAII / Drop Trait](#raii--drop-trait) - [9. Object Oriented Programming](#9-object-oriented-programming) + - [Methods](#methods) + - [Traits](#traits) + - [Standard Traits](#standard-traits) + - [Composition](#composition) - [10. Generics](#10-generics) - [11. Concurrency (Async/Await)](#11-concurrency-asyncawait) - [12. Metaprogramming](#12-metaprogramming) + - [Comptime](#comptime) + - [Embed](#embed) + - [Plugins](#plugins) + - [Generic C Macros](#generic-c-macros) - [13. Attributes](#13-attributes) - [14. Inline Assembly](#14-inline-assembly) + - [Basic Usage](#basic-usage) + - [Volatile](#volatile) + - [Named Constraints](#named-constraints) - [15. Build Directives](#15-build-directives) - [Compiler Support & Compatibility](#compiler-support--compatibility) - [Test Suite Status](#test-suite-status) |
