function make_univector(const T (&)[N]) univector¶
template <typename T, size_t N>
KFR_INTRINSIC univector_ref<const T> make_univector(const T (&arr)[N]) Creates univector from a sized array
Defined at base/univector.hpp:566