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?
here is my test in REPL:

racket@> (_array _int 3)
#<ctype>
racket@> (array? (_array _int 3))    ; why?
#f
racket@>

____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to