Shortcuts

Template Function ripple::math::length

Function Documentation

template<typename Impl>
auto ripple::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.

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples