Nested array: Difference between revisions

Jump to navigation Jump to search
374 bytes added ,  14:48, 20 November 2019
m
5 revisions imported: Migrate from miraheze
Miraheze>Marshall
mNo edit summary
m (5 revisions imported: Migrate from miraheze)
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:


A nested array is a kind of [[pointer array]] and is almost always stored using pointers.
A nested array is a kind of [[pointer array]] and is almost always stored using pointers.
The result of [[Enclose]] on an array other than a [[simple scalar]] is always a nested array. The [[Dyalog APL]] primitive [[Nest]] (<source lang=apl inline>⊆</source>), which encloses a non-[[simple]] argument, is named for this property: it applies the smallest transformation to turn the argument (unless it is a simple scalar) into a nested array.
{{APL features}}

Navigation menu