| ... | ... | @@ -2286,7 +2286,7 @@ value == null{#endsyntax#}</pre> |
| 2286 | 2286 | <td> |
| 2287 | 2287 | Array concatenation. |
| 2288 | 2288 | <ul> |
| 2289 | | <li>Only available when {#syntax#}a{#endsyntax#} and {#syntax#}b{#endsyntax#} are {#link|compile-time known|comptime#}.</li> |
| 2289 | <li>Only available when the lengths of both {#syntax#}a{#endsyntax#} and {#syntax#}b{#endsyntax#} are {#link|compile-time known|comptime#}.</li> |
| 2290 | 2290 | </ul> |
| 2291 | 2291 | </td> |
| 2292 | 2292 | <td> |
| ... | ... | @@ -2307,7 +2307,7 @@ mem.eql(u32, &together, &[_]u32{1,2,3,4}){#endsyntax#}</pre> |
| 2307 | 2307 | <td> |
| 2308 | 2308 | Array multiplication. |
| 2309 | 2309 | <ul> |
| 2310 | | <li>Only available when {#syntax#}a{#endsyntax#} and {#syntax#}b{#endsyntax#} are {#link|compile-time known|comptime#}.</li> |
| 2310 | <li>Only available when the length of {#syntax#}a{#endsyntax#} and {#syntax#}b{#endsyntax#} are {#link|compile-time known|comptime#}.</li> |
| 2311 | 2311 | </ul> |
| 2312 | 2312 | </td> |
| 2313 | 2313 | <td> |