Implement better .is_empty() for slice and vec iterators These iterators can use a pointer comparison instead of computing the length.
Implement better .is_empty() for slice and vec iterators These iterators can use a pointer comparison instead of computing the length.