cString

Undocumented in source. Be warned that the author may not have intended to support it.
  1. const(char*) cString(string str)
  2. char** cString(string[] strs, bool nullTerminate)
    char**
    cString
    (
    inout string[] strs
    ,
    bool nullTerminate = true
    )

Meta