ForwardRange to iterate a cairo path. This range keeps a reference to its Path object, so it can be passed around without thinking about memory management.
Constructor to get a PathRange for a Path object. You should usually use Path's opSlice method insted, see the Path documentation for an example.
ForwardRange implementation
See Implementation
ForwardRange to iterate a cairo path. This range keeps a reference to its Path object, so it can be passed around without thinking about memory management.