Skip to content

Commit

Permalink
Update type support
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerwizard authored Nov 1, 2022
1 parent d2b0d99 commit 8961aa4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TYPES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ All types can be inserted as a value or pointer.
| uint32 | | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | |
| uint16 | | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | |
| uint8 | | | | | | X | | | | | | | | | | | | | | | | | | | | | | | | |
| int | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| int | | | | | | | | | | | | | | | | | | | | | | | | | X | X | | | | |
| int64 | | | | | | | | | | | | | | | X | | | | | | | | | X | | | | | | |
| int32 | | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | |
| int16 | | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | |
| int8 | | | | | | | | | | | | X | | | | | | | | | | | | | | | | | | |
| int16 | | | | | | | | | | | | | X | | | | | | | | | | | | | X | | | | |
| int8 | | | | | | | | | | | | X | | | | | | | | | | | | | X | | | | | |
| float32 | | | | | | | | | | | | | | | | | | X | | | | | | | | | | | | |
| float64 | | | | | | | | | | | | | | | | | | | X | | | | | | | | | | | |
| string | | X | | | X | | | | | | | | | | | | | | | X | X | X | X | X | X | X | | | | |
Expand Down

0 comments on commit 8961aa4

Please sign in to comment.