Function
GSCollectPlistArrayElementStarts(_:_:) GSCollectPlistArrayElementStartsGSCollectPlistArrayElementStarts
Declaration
func GSCollectPlistArrayElementStarts(_ pInfo: UnsafeMutablePointer<GSPlistParseInfo>!, _ each: ((UnsafePointer<UInt8>?) -> Void)!) -> BoolDeclaration
BOOL GSCollectPlistArrayElementStarts(GSPlistParseInfo *pInfo, void (^each)(const unsigned char *start));Declaration
GSCollectPlistArrayElementStarts(pInfo: GSPlistParseInfo, each, start: unsigned char) -> bool