In pipelines I prefer to use Enum.concat/2 that is delegating to Kernel.++/2 when both arguments are lists.
6 Likes
In pipelines I prefer to use Enum.concat/2 that is delegating to Kernel.++/2 when both arguments are lists.