swap(std::mdspan)

Overloads the std::swap algorithm for std::mdspan. Exchanges the state of x with that of y. Equivalent to:

# Declarations

friend constexpr void swap( mdspan& x, mdspan& y ) noexcept;

(since C++23)

# Parameters

# Return value

(none)

# Example

This section is incompleteReason: no example