Skip to content

Instantly share code, notes, and snippets.

Created December 27, 2010 22:30
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/756642 to your computer and use it in GitHub Desktop.
Save anonymous/756642 to your computer and use it in GitHub Desktop.
<amalloy> (doc into-array)
<sexpbot> ⟹ "([aseq] [type aseq]); Returns an array with components
set to the values in aseq. The array's component type is type if
provided, or the type of the first value in aseq if present, or
Object. All values in aseq must be compatible with the component type.
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