mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
This commit is contained in:
parent
c77292ac2c
commit
66ac23fc57
4 changed files with 16 additions and 3 deletions
|
@ -1051,6 +1051,7 @@ An array can be of these types:
|
|||
| Thread | `[]thread int` |
|
||||
| Reference | `[]&f64` |
|
||||
| Shared | `[]shared MyStructType` |
|
||||
| Option | `[]?f64` |
|
||||
|
||||
**Example Code:**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue