Declaration

class func removeOverlapSegments(_ originalSegments: [GSPathSegment]!) throws -> NSMutableArray

Declaration

+ (NSMutableArray<GSPathSegment *> *) removeOverlapSegments:(NSArray<GSPathSegment *> *) originalSegments error:(NSError **) error;

Declaration

removeOverlapSegments_error_(originalSegments: list[GSPathSegment]) -> tuple[list[GSPathSegment], NSError]