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