Type Method
removeOverlapSegments(_:)removeOverlapSegments:error: removeOverlapSegments_error_
Declaration
class func removeOverlapSegments(_ originalSegments: [GSPathSegment]!) throws -> NSMutableArrayDeclaration
+ (NSMutableArray<GSPathSegment *> *) removeOverlapSegments:(NSArray<GSPathSegment *> *) originalSegments error:(NSError **) error;Declaration
removeOverlapSegments_error_(originalSegments: list[GSPathSegment]) -> tuple[list[GSPathSegment], NSError]