git_config_lookup_map_value

Maps a string value to an integer constant

@param out_ place to store the result of the parsing @param maps array of git_configmap objects specifying the possible mappings @param map_n number of mapping objects in maps @param value value to parse

extern (C) nothrow @nogc
int
git_config_lookup_map_value
(
int* out_
,,
size_t map_n
,
const(char)* value
)

Meta