Type Method
importNames(_:)importFeatureNames:error: importFeatureNames_error_
Declaration
class func importNames(_ code: NSMutableString) throws -> NSMutableArrayDeclaration
+ (NSMutableArray<GSInfoValue *> *) importFeatureNames:(NSMutableString *) code error:(NSError **) error;Declaration
importFeatureNames_error_(code: str) -> tuple[list[GSInfoValue], NSError]