| ... | @@ -11793,8 +11793,8 @@ fn readU32Be() u32 {} | ... | @@ -11793,8 +11793,8 @@ fn readU32Be() u32 {} |
| 11793 | <pre>{#syntax#}anytype{#endsyntax#}</pre> | 11793 | <pre>{#syntax#}anytype{#endsyntax#}</pre> |
| 11794 | </th> | 11794 | </th> |
| 11795 | <td> | 11795 | <td> |
| 11796 | Function parameters and struct fields can be declared with {#syntax#}anytype{#endsyntax#} in place of the type. | 11796 | Function parameters can be declared with {#syntax#}anytype{#endsyntax#} in place of the type. |
| 11797 | The type will be inferred where the function is called or the struct is instantiated. | 11797 | The type will be inferred where the function is called. |
| 11798 | <ul> | 11798 | <ul> |
| 11799 | <li>See also {#link|Function Parameter Type Inference#}</li> | 11799 | <li>See also {#link|Function Parameter Type Inference#}</li> |
| 11800 | </ul> | 11800 | </ul> |