in the reference, I see the _array function, but I don't understand well, when i try to do, always output errors, can anyone give me an example? <br>here is my test in REPL:<br><br>racket@&gt; (_array _int 3)<br>#&lt;ctype&gt;<br>racket@&gt; (array? (_array _int 3))&nbsp;&nbsp;&nbsp; ; why?<br>#f<br>racket@&gt; <br><br>