mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
docs: deference operator
This commit is contained in:
parent
c8471528ce
commit
36fedd28b9
@ -2248,6 +2248,8 @@ struct Node<T> {
|
||||
}
|
||||
```
|
||||
|
||||
To dereference a reference, use the `*` operator, just like in C.
|
||||
|
||||
## Constants
|
||||
|
||||
```v
|
||||
|
Loading…
Reference in New Issue
Block a user