A list is an ephermeral thing; a transient set of values on the call stack. There's no way to take a reference to it since it has no permanent home to which to refer. An array on the other hand has a permanent location in memory to which a pointer can be obtained.
The cake is a lie.
The cake is a lie.
The cake is a lie.
In reply to Re^5: referencing slices - love that DWIM
by Fletch
in thread referencing slices - love that DWIM
by GrandFather
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |