clone method

pointer_view<T> clone()

Implementation

pointer_view<T> clone() => pointer_view<T>(_list.sublist(_pos), 0);