Package: alexandria
Function mappend
Lambda List
mappend (function &rest lists)
Arguments
Details
Applies function to respective elements of each list, appending all the result lists to a single list. function must return a list.
alexandria | API documentation |
Package: alexandria