to_cstring

Undocumented in source.
  1. immutable(C)[] to_cstring(C[INPUT_LENGTH] input)
  2. immutable(C)[] to_cstring(C[INPUT_LENGTH] input, C[OUTPUT_LENGTH] output_buf)
    version(Not_betterC)
    pure nothrow @safe
    immutable(C)[]
    to_cstring
    (
    C
    size_t INPUT_LENGTH
    size_t OUTPUT_LENGTH
    )
    (
    const ref C[INPUT_LENGTH] input
    ,
    ref C[OUTPUT_LENGTH] output_buf
    )
    if (
    std.traits.isSomeChar!(C)
    )
  3. immutable(C)[] to_cstring(C* input, size_t max_length)

Meta