In order to create a .map function and do it the way Less allows it, recursively, I do need to separate the head of the list from the tail.
.map would obviously have to take three things; @list, @function and @args...
Is there any way I can do that?