Function
GSIndexPathToBuffer(_:_:_:) GSIndexPathToBufferGSIndexPathToBuffer
Declaration
func GSIndexPathToBuffer(_ buffer: UnsafeMutablePointer<CChar>, _ indexPath: IndexPath, _ addSpace: Bool) -> IntDeclaration
size_t GSIndexPathToBuffer(char *buffer, NSIndexPath *indexPath, BOOL addSpace);Declaration
GSIndexPathToBuffer(buffer: str, indexPath: NSIndexPath, addSpace: bool) -> int