aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index d13cec7..36ade24 100644
--- a/readme.md
+++ b/readme.md
@@ -185,5 +185,10 @@ created with 5 elements.
| `float` | Float |
| `double` | Double |
| `string` | String |
+| `sbyte` | SByte |
+| `byte` | Byte |
+| `datetime` | DateTime |
+| `guid` | Guid |
+| `bytestring` | ByteString |
Append `[]` to any type name for a 1D array (e.g. `double[]`, `string[]`).