ada_url_omitted

A constant representing an omitted URL component. Equivalent to uint32_t(-1) in the Ada library, used in ada_url_components to indicate absence.

extern (C) @nogc nothrow @safe
enum uint ada_url_omitted;

Meta