Declaration

class func subtract(_ subtractPaths: [GSPath]!, from paths: NSMutableArray!) throws

Declaration

+ (BOOL) subtractPaths:(NSArray<GSPath *> *) subtractPaths from:(NSMutableArray<GSPath *> *) paths error:(NSError **) error;

Declaration

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