| author | |
| committer | |
| log | 0363f3c6f3017e8340ec466ef615a4bb9a08baec |
| tree | a830ac70d898d411c061c6b95b579e66dbf4091b |
| parent | e79d7e0deda9e74dbaad1aa77db3e041f92f4f71 |
| signature |
1 files changed, 1 insertions(+), 1 deletions(-)
doc/langref.html.in+1-1| ... | ... | @@ -1565,7 +1565,7 @@ value == null{#endsyntax#}</pre> |
| 1565 | 1565 | const array1 = [_]u32{1,2}; |
| 1566 | 1566 | const array2 = [_]u32{3,4}; |
| 1567 | 1567 | const together = array1 ++ array2; |
| 1568 | mem.eql(u32, together, &[_]u32{1,2,3,4}){#endsyntax#}</pre> | |
| 1568 | mem.eql(u32, &together, &[_]u32{1,2,3,4}){#endsyntax#}</pre> | |
| 1569 | 1569 | </td> |
| 1570 | 1570 | </tr> |
| 1571 | 1571 | <tr> |