| ... | @@ -2087,7 +2087,7 @@ or | ... | @@ -2087,7 +2087,7 @@ or |
| 2087 | A slice is a pointer and a length. The difference between an array and | 2087 | A slice is a pointer and a length. The difference between an array and |
| 2088 | a slice is that the array's length is part of the type and known at | 2088 | a slice is that the array's length is part of the type and known at |
| 2089 | compile-time, whereas the slice's length is known at runtime. | 2089 | compile-time, whereas the slice's length is known at runtime. |
| 2090 | Both can be accessed with the `len` field. | 2090 | Both can be accessed with the {#syntax#}len{#endsyntax#} field. |
| 2091 | </p> | 2091 | </p> |
| 2092 | {#code|test_basic_slices.zig#} | 2092 | {#code|test_basic_slices.zig#} |
| 2093 | | 2093 | |