<div dir="ltr"><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 2 Oct 2024 at 20:16, Salih Dincer via Digitalmars-d <<a href="mailto:digitalmars-d@puremagic.com">digitalmars-d@puremagic.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Wednesday, 2 October 2024 at 08:55:15 UTC, Manu wrote:<br>
> Does anyone understand why this doesn't work?<br>
><br>
> ```d<br>
> void f(T)(const(T)[] x, const(T)* y) {}<br>
> ```<br>
> ...<br>
<br>
Looking at the protofunction, the test() function should look <br>
like this:<br>
<br>
```d<br>
void test()<br>
{<br>
     int[] x;<br>
     int* y;<br>
     f(x, y);<br>
}<br>
```<br>
<br>
SDB@79<br></blockquote><div><br></div><div>That's not the code in question.<br></div></div></div>