ada_parse

input should be a null terminated C string (ASCII or UTF-8) you must call ada_free on the returned pointer

extern (C) @nogc nothrow @safe @trusted
ada_parse
(
scope const(char)* input
,
size_t length
)

Meta