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)
  3. immutable(C)[] to_cstring(C* input, size_t max_length)
    version(Not_betterC)
    pure nothrow @trusted
    immutable(C)[]
    to_cstring
    (
    C
    )
    (
    const C* input
    ,
    size_t max_length
    )
    if (
    std.traits.isSomeChar!(C)
    )

Meta