Template Function otyca::split_by_first

Function Documentation

template<typename T>
void otyca::split_by_first(const std::vector<std::array<T, 2>> &input, std::vector<T> &x1, std::vector<std::vector<T>> &x2)