Template Function util::array

Function Documentation

template<class T, class ...U>
util::array(T, U...) -> array<T, 1 + sizeof...(U)>