copy_string

Undocumented in source.
  1. void copy_string(S_array output_string, T_array input_string)
  2. wchar[LENGTH] copy_string(wchar[LENGTH] input_string)
    pure nothrow @safe @nogc
    wchar[LENGTH]
    copy_string
    (
    size_t LENGTH
    )
    (
    const wchar[LENGTH] input_string
    )
    out (result) { for ( size_t i = 0; i < result.length; i++) { assert (result[i] != '\xFF'); } assert (result[$ - 1] == '\0'); }

Meta