This commit is contained in:
2026-09-13 10:20:16 +02:00
parent 019c8ad335
commit b72193d656
38 changed files with 1523 additions and 837 deletions

View File

@@ -19,7 +19,7 @@ unions
tuples
generics
contrôle de flux
erreurs/exceptions
erreurs/exceptions/faults
opérateurs
unsafe
scope
@@ -38,6 +38,7 @@ Result<T,E>
Error
ResultError
Exception
Fault
Option<T>
Nullable<T>
Range<T>
@@ -46,10 +47,18 @@ RangeStep<T,Step>
RangeReverse<T>
RangeReverseStep<T,Step>
RangeProgression<T,Step>
PartialOrdering
Ordering
Comparable<T>
Comparator<T>
Op...
Iterable<T>
Iterator<T>
View<T>
Collection<T>
List<T>
Set<T>
Map<K,V>
Array<T>
StaticArray<T,N>
TypeInfo
@@ -59,7 +68,7 @@ ExitCode
### Exemple 3
```text
collections
collections concrètes/spécialisées au-delà des contrats fondamentaux Core
encodages explicites
regex
filesystem