to_c_wstring

Undocumented in source.
  1. void to_c_wstring(wchar[] input, wchar[LENGTH] buffer)
    pure nothrow @safe @nogc
    void
    to_c_wstring
    (
    size_t LENGTH
    )
    (
    const wchar[] input
    ,
    ref wchar[LENGTH] buffer
    )
  2. wstring to_c_wstring(wchar[] input)

Meta