Declaration

func GSFlattenDictionary(_ dictionary: [AnyHashable : Any]!, _ format: GSFormatVersion, _ error: NSErrorPointer) -> NSMutableDictionary!

Declaration

NSMutableDictionary *GSFlattenDictionary(NSDictionary *dictionary, GSFormatVersion format, NSError **error);

Declaration

GSFlattenDictionary(dictionary: dict, format: GSFormatVersion) -> tuple[dict, NSError]

See Also