Tutorial: Link to section on boxes and pointers at first mention of ~, @, &

As per suggestion on IRC from callen.
This commit is contained in:
Tim Chevalier 2012-09-06 12:22:05 -07:00
parent 55bd6cee2f
commit a37729f31b
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ more detail later on (the `T`s here stand for any other type):
: Tuple type. Any arity above 1 is supported.
`@T`, `~T`, `&T`
: Pointer types.
: Pointer types. See [Boxes and pointers](#boxes-and-pointers) for an explanation of what `@`, `~`, and `&` mean.
Some types can only be manipulated by pointer, never directly. For instance,
you cannot refer to a string (`str`); instead you refer to a pointer to a