diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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[]`). |
