Returns the distance to another iterator.
Declared in <absl/types/any_span.h>
<absl/types/any_span.h>
difference_type operator-(Iter const& other) const;
The number of positions from other to this iterator.
other