Skip to content
Snippets Groups Projects
Commit 07652755 authored by Enrico Guiraud's avatar Enrico Guiraud
Browse files

[DF] Add PassAsVec helper function

PassAsVec<N, T>(func) is a callable that takes N arguments of type T,
passes them to func as a collection (`func({v1, v2, ...}`) and returns
the result of the call to `func`.

This helper makes it possible to pass several columns of the same
type to a callable that accepts a vector of that type.
parent b2a4ae21
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment