Declaration

class func removeOverlapPaths(_ paths: NSMutableArray!) throws

Declaration

+ (BOOL) removeOverlapPaths:(NSMutableArray<GSPath *> *) paths error:(NSError **) error;

Declaration

removeOverlapPaths_error_(paths: list[GSPath]) -> tuple[bool, NSError]