We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55bd6ce commit a37729fCopy full SHA for a37729f
doc/tutorial.md
@@ -377,7 +377,7 @@ more detail later on (the `T`s here stand for any other type):
377
: Tuple type. Any arity above 1 is supported.
378
379
`@T`, `~T`, `&T`
380
- : Pointer types.
+ : Pointer types. See [Boxes and pointers](#boxes-and-pointers) for an explanation of what `@`, `~`, and `&` mean.
381
382
Some types can only be manipulated by pointer, never directly. For instance,
383
you cannot refer to a string (`str`); instead you refer to a pointer to a
0 commit comments