Skip to content

Instantly share code, notes, and snippets.

Created June 23, 2011 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/1042576 to your computer and use it in GitHub Desktop.
Save anonymous/1042576 to your computer and use it in GitHub Desktop.
<manutter> (doc make-array)
<sexpbot> ⟹ "([type len] [type dim & more-dims]); Creates and returns
an array of instances of the specified class of the specified
dimension(s). Note that a class object is required. Class objects can
be obtained by using their imported or fully-qualified name. Class
objects for the primitive types can be obtained using, e.g.,
Integer/TYPE."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment