- & gets the memory address of a variable.
-
- has two meanings: 2.a. As an operator: It dereferences a pointer (*pointerVar gives the actual value). 2.b. In type declarations: It defines a pointer type (var ptr *int means ptr is a pointer to an int).
Jabray5/goapi
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|