| ... | @@ -8684,11 +8684,11 @@ test "integer cast panic" { | ... | @@ -8684,11 +8684,11 @@ test "integer cast panic" { |
| 8684 | <pre>{#syntax#}@memcpy(noalias dest, noalias source) void{#endsyntax#}</pre> | 8684 | <pre>{#syntax#}@memcpy(noalias dest, noalias source) void{#endsyntax#}</pre> |
| 8685 | <p>This function copies bytes from one region of memory to another.</p> | 8685 | <p>This function copies bytes from one region of memory to another.</p> |
| 8686 | <p>{#syntax#}dest{#endsyntax#} must be a mutable slice, a mutable pointer to an array, or | 8686 | <p>{#syntax#}dest{#endsyntax#} must be a mutable slice, a mutable pointer to an array, or |
| 8687 | a mutable many-item {#link|pointer|Pointer#}. It may have any | 8687 | a mutable many-item {#link|pointer|Pointers#}. It may have any |
| 8688 | alignment, and it may have any element type.</p> | 8688 | alignment, and it may have any element type.</p> |
| 8689 | <p>Likewise, {#syntax#}source{#endsyntax#} must be a mutable slice, a | 8689 | <p>Likewise, {#syntax#}source{#endsyntax#} must be a mutable slice, a |
| 8690 | mutable pointer to an array, or a mutable many-item | 8690 | mutable pointer to an array, or a mutable many-item |
| 8691 | {#link|pointer|Pointer#}. It may have any alignment, and it may have any | 8691 | {#link|pointer|Pointers#}. It may have any alignment, and it may have any |
| 8692 | element type.</p> | 8692 | element type.</p> |
| 8693 | <p>The {#syntax#}source{#endsyntax#} element type must support {#link|Type Coercion#} | 8693 | <p>The {#syntax#}source{#endsyntax#} element type must support {#link|Type Coercion#} |
| 8694 | into the {#syntax#}dest{#endsyntax#} element type. The element types may have | 8694 | into the {#syntax#}dest{#endsyntax#} element type. The element types may have |