This commit is contained in:
2021-06-23 23:24:10 -05:00
parent 128e58151b
commit 3a4dcbee61
35 changed files with 71 additions and 1850 deletions

View File

@@ -19,6 +19,7 @@ type Feature = number;
type vector<T> = object;
type uint8_t = number;
type uint32_t = number;
type int32_t = number;
type uint64_t = number;
type integer = number;
type int = number;