Type Method
subtract(_:from:) subtractPaths:from:error: subtractPaths_from_error_
Declaration
class func subtract(_ subtractPaths: [GSPath]!, from paths: NSMutableArray!) throwsDeclaration
+ (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]