Template Function ripple::math::length¶
Defined in File math.hpp
Function Documentation¶
-
template<typename
Impl
>
autoripple::math
::
length
(const Array<Impl> &a) noexcept -> typename array_traits_t<Impl>::Value¶ Returns the length of the array.
- Return
The length of the array.
- Parameters
a
: The array to compute the length of.
- Template Parameters
Impl
: The implementation type of the array.