Skip to content

Commit

Permalink
docs: add Option as array type
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Oates committed Jan 4, 2025
1 parent fa0eb52 commit a4950f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1051,6 +1051,7 @@ An array can be of these types:
| Thread | `[]thread int` |
| Reference | `[]&f64` |
| Shared | `[]shared MyStructType` |
| Option | `[]?f64` |

**Example Code:**

Expand Down

0 comments on commit a4950f4

Please sign in to comment.