iter method
Produces an iterator over the path’s components viewed as Strings
Implementation
RIterator<String> iter() =>
RIterator.fromIterable(components().map((e) => e.toString()));
Produces an iterator over the path’s components viewed as Strings
RIterator<String> iter() =>
RIterator.fromIterable(components().map((e) => e.toString()));