Description Usage Arguments Examples
Limited Memory concatenate. Adds new elements to front, removing oldest elements if new length is greater tham M.
1 |
new_el |
elements to add to top of vector, if length(new_el) > 1, then the new elements will be appended left to right (so that the last element will be the most recent). |
old_list |
elements to concatenate new_el with. |
M |
Memory, maximum number of elements (will truncate by removing oldest if length is greater than M). If M==0, the vector will have 'unlimited' memory. |
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.