PyUnicode_AppendAndDel

Concat two strings, put the result in *pleft and drop the right object (sets *pleft to NULL on error)

  1. void PyUnicode_AppendAndDel(PyObject** pleft, PyObject* right)
  2. alias PyUnicode_AppendAndDel = PyUnicodeUCS2_AppendAndDel
    version(!Python_3_3_Or_Later && Python_Unicode_UCS2 && Python_3_0_Or_Later)
    extern (C)
    alias PyUnicode_AppendAndDel = PyUnicodeUCS2_AppendAndDel
  3. alias PyUnicode_AppendAndDel = PyUnicodeUCS4_AppendAndDel

Meta