hts_expr_sym_func

Type for expression symbol lookups; name -> value.

extern (C) @system nothrow @nogc
alias hts_expr_sym_func = int function
(
void* data
,
char* str
,
char** end
,)

Meta