Function
GSEncodeArray(_:_:_:_:_:) GSEncodeArrayGSEncodeArray
Declaration
func GSEncodeArray(_ array: [Any]!, _ data: CFMutableData!, _ escape: Bool, _ format: GSFormatVersion, _ error: NSErrorPointer) -> BoolDeclaration
BOOL GSEncodeArray(NSArray *array, CFMutableDataRef data, BOOL escape, GSFormatVersion format, NSError **error);Declaration
GSEncodeArray(array: list, data: CFMutableDataRef, escape: bool, format: GSFormatVersion) -> tuple[bool, NSError]