v0.2.17
This commit is contained in:
@@ -17,7 +17,7 @@ unions
|
||||
tuples
|
||||
generics
|
||||
contrôle de flux
|
||||
erreurs/exceptions
|
||||
erreurs/exceptions/faults
|
||||
opérateurs
|
||||
unsafe
|
||||
scope
|
||||
@@ -42,6 +42,7 @@ Result<T,E>
|
||||
Error
|
||||
ResultError
|
||||
Exception
|
||||
Fault
|
||||
Option<T>
|
||||
Nullable<T>
|
||||
Range<T>
|
||||
@@ -50,10 +51,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
|
||||
@@ -71,7 +80,7 @@ Une capacité Core peut être conditionnée par un target lorsqu'elle ne peut ra
|
||||
Le SDK fournit les fonctionnalités de bibliothèque qui ne justifient pas une sémantique spéciale du compilateur :
|
||||
|
||||
```text
|
||||
collections
|
||||
collections concrètes/spécialisées au-delà des contrats fondamentaux Core
|
||||
encodages explicites
|
||||
regex
|
||||
filesystem
|
||||
|
||||
Reference in New Issue
Block a user