ada_string

A struct representing a string owned by the ada_url instance. The string is managed by the Ada library and does not require manual freeing.

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

Members

Variables

data
const(char)* data;

Pointer to the string data.

length
size_t length;

Length of the string.

Meta