bigint
This commit is contained in:
parent
6c8430079c
commit
09e6735826
|
@ -51,7 +51,7 @@ Types | Dynamic | Static
|
||||||
Dependent types | - | Partial support
|
Dependent types | - | Partial support
|
||||||
Generics | - | Yes
|
Generics | - | Yes
|
||||||
int8/16/32/64 types | No | Yes
|
int8/16/32/64 types | No | Yes
|
||||||
Unsigned ints | Yes (by default) | Yes (not by default)
|
Bigints | Yes (transparently) | Yes (via nimble package)
|
||||||
Arrays | Yes | Yes
|
Arrays | Yes | Yes
|
||||||
Bounds-checking | Yes | Yes
|
Bounds-checking | Yes | Yes
|
||||||
Type inference | - | Yes (extensive support)
|
Type inference | - | Yes (extensive support)
|
||||||
|
|
Loading…
Reference in New Issue