Function intersperse
Intersperses a separator value between list elements.
Parameters
| Name | Description |
| args | an attrset with sep (separator string) and list (list of strings) |
Returns
A Nix list with the separator inserted between each pair of elements.