docs: deference operator

pull/11467/head
Alexander Medvednikov 2021-09-10 22:53:05 +03:00 committed by GitHub
parent c8471528ce
commit 36fedd28b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2248,6 +2248,8 @@ struct Node<T> {
}
```
To dereference a reference, use the `*` operator, just like in C.
## Constants
```v