ada_owned_string

string that must be freed by the caller

extern (C) @nogc nothrow @safe
struct ada_owned_string {}

Members

Variables

data
const(char)* data;
Undocumented in source.
length
size_t length;
Undocumented in source.

Meta