Infix operator for in-place appending to list.
1 | xs %<<% y
|
xs |
list. The list to append to. |
y |
object. The object to append to the list. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.