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 e0f9f89 commit 6468121Copy full SHA for 6468121
doc/tutorial.md
@@ -329,7 +329,6 @@ while N should be a literal number):
329
330
------------------------- -----------------------------------------------
331
`[T * N]` Vector (like an array in other languages) with N elements
332
-`[mut T * N]` Mutable vector with N elements
333
`(T1, T2)` Tuple type; any arity above 1 is supported
334
`&T`, `~T`, `@T` [Pointer types](#boxes-and-pointers)
335
0 commit comments