Luna::distance
template <typename _It>
isize distance(_It first, _It last)
Gets the number of elements between two iterators.
Parameters
-
in first
The iterator to the first element.
-
in last
The iterator to the one-past-last element.
template <typename _It>
isize distance(_It first, _It last)
Gets the number of elements between two iterators.
in first
The iterator to the first element.
in last
The iterator to the one-past-last element.