Update docs
This commit is contained in:
parent
81ed38616f
commit
b5f8efdfad
@ -41,7 +41,8 @@ language features.
|
|||||||
## Safety
|
## Safety
|
||||||
- Memory safety (garbage collection, compiler-enforced null safety, automatic
|
- Memory safety (garbage collection, compiler-enforced null safety, automatic
|
||||||
array bounds checking, and no uninitialized variables)
|
array bounds checking, and no uninitialized variables)
|
||||||
- Arithmetic overflow checking
|
- Arbitrary-precision integers by default with opt-in fixed-with integers with
|
||||||
|
arithmetic overflow checking
|
||||||
- Type-safe strings representing different languages with automatic prevention
|
- Type-safe strings representing different languages with automatic prevention
|
||||||
of code injection
|
of code injection
|
||||||
- Pattern matching with exhaustiveness checking for tagged unions
|
- Pattern matching with exhaustiveness checking for tagged unions
|
||||||
|
Loading…
Reference in New Issue
Block a user